In message <[EMAIL PROTECTED]> void writes:
: On Mon, Jun 11, 2001 at 05:56:45PM -0600, Warner Losh wrote:
: > 
: > With the netbsd approach, you remove the file, and all things taht
: > depend on it fail.  as it should be :-)
: 
: I'm pretty sure you turn it off in rc.conf, rather than removing it.

Let me clarify.

If I were to add a few extra "modules" to the system.  A, B, and C.
If B needed A and C to start before it, then if I were to remove
module A, B wouldn't start because its prereqs aren't there.  These
modules would be added, for example, in a package.

Btw, for those that were asking, each file has lines like the
following:

# PROVIDE: ipmon
# REQUIRE: syslogd

which allows one to give a good dependency graph.

Warner

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

Reply via email to