From owner-freebsd-hackers Mon Jun 11 18: 5:37 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.viasoft.com.cn (unknown [61.153.1.177]) by hub.freebsd.org (Postfix) with ESMTP id E170A37B401 for ; Mon, 11 Jun 2001 18:05:33 -0700 (PDT) (envelope-from bsddiy@163.net) Received: from William ([192.168.1.98]) by mail.viasoft.com.cn (8.9.3/8.9.3) with ESMTP id JAA16717; Tue, 12 Jun 2001 09:05:40 +0800 Date: Tue, 12 Jun 2001 09:16:40 +0800 From: David Xu X-Mailer: The Bat! (v1.48f) Personal Reply-To: bsddiy@163.net Organization: Viasoft X-Priority: 3 (Normal) Message-ID: <1911008720.20010612091640@163.net> To: Sergey Babkin Cc: Warner Losh , Mark Santcroos , Doug Barton , Subject: Re[2]: import NetBSD rc system In-reply-To: <3B25531D.501B0B05@bellatlantic.net> References: <20010611201243.B77956@laptop.6bone.nl> <20010611174717.A77956@laptop.6bone.nl> <1795096378.20010611154930@163.net> <3B2484EA.B1F04812@DougBarton.net> <20010611174717.A77956@laptop.6bone.nl> <200106111800.f5BI0il25446@billy-club.village.org> <200106111827.f5BIR2V38517@harmony.village.org> <3B25531D.501B0B05@bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Sergey, Tuesday, June 12, 2001, 7:24:13 AM, you wrote: SB> Warner Losh wrote: >> >> In message <20010611201243.B77956@laptop.6bone.nl> Mark Santcroos writes: >> : Can it be called SysV style? Or not seperated in that way? >> : (I must say, the big ugly rc thing is the only thing I don't like about >> : FreeBSD, I'm very much in favor of the SysV style init. But thats another >> : war ;) >> >> It specifically isn't SysV style. It works. SysV style encodes the >> startup order in the file NAMES. The NetBSD rc system encodes it in >> the files themselves. A big improvement. SB> Or a drawback. Encoding the order in the names makes changing SB> the order or disabling some files easy, without any neccessity to SB> edit the contents of the files. SB> Though I haven't seen the NetBSD approach, maybe it actually is better. SB> -SB It is based a concept: dependence, it's a more advance idea than SysV, for example: NFS relies on network, if network is not started, and if you start NFS, it will automatic start network, if network starts failure, NFS start is aborted. of course it has SysV capability, you can start and stop individual daemon or subsystem : for example: $/etc/rc.d/nfs stop $/etc/rc.d/nfs start -- David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message