From owner-freebsd-hackers Mon Jun 11 19:32:47 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9A82B37B401 for ; Mon, 11 Jun 2001 19:32:39 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f5C2WLV43391; Mon, 11 Jun 2001 20:32:21 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106120232.f5C2WLV43391@harmony.village.org> To: void Subject: Re: import NetBSD rc system Cc: Sergey Babkin , Mark Santcroos , Doug Barton , bsddiy@163.net, freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Tue, 12 Jun 2001 03:28:32 BST." <20010612032831.A11986@firedrake.org> References: <20010612032831.A11986@firedrake.org> <3B25531D.501B0B05@bellatlantic.net> <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> <200106112356.f5BNujV42614@harmony.village.org> Date: Mon, 11 Jun 2001 20:32:21 -0600 From: Warner Losh 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 In message <20010612032831.A11986@firedrake.org> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message