Brad Knowles wrote:
At 5:41 PM -0800 2002/12/11, Tim Kientzle wrote:
>  NETWORKING ... does not, in itself, depend on any filesystems.
>>

Sure it does.  In order to do anything, you have to run programs -- right?

The NETWORKING script does nothing.  It runs no programs,
therefore it needs no filesystems.  It's purely a placeholder
to simplify dependency specifications:  all networking
initialization is gauranteed to happen before NETWORKING.
Therefore, scripts that require networking (such as lpd,
sshd, ftpd, etc.) can safely depend on NETWORKING without
having to know the details of the network initialization.

For example, someone who needs a special routing daemon can
add a script that REQUIREs network2 and comes BEFORE NETWORKING,
and then their routing daemon will be started at the appropriate
time: before any network-capable daemons (or remote filesystems),
but after the initial interface configuration.

Tim Kientzle



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to