Hello Sergey,
Tuesday, June 12, 2001, 7:24:13 AM, you wrote:
SB> Warner Losh wrote:
>>
>> In message <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message