From owner-freebsd-current Fri Sep 8 6:47:19 2000 Delivered-To: freebsd-current@freebsd.org Received: from mta04.mail.mel.aone.net.au (mta04.mail.au.uu.net [203.2.192.84]) by hub.freebsd.org (Postfix) with ESMTP id 4C1B137B422 for ; Fri, 8 Sep 2000 06:47:17 -0700 (PDT) Received: from camtech.net.au ([203.55.245.95]) by mta04.mail.mel.aone.net.au with ESMTP id <20000908134715.VGOX374.mta04.mail.mel.aone.net.au@camtech.net.au> for ; Fri, 8 Sep 2000 23:47:15 +1000 Message-ID: <39B8EE3A.A6B77351@camtech.net.au> Date: Fri, 08 Sep 2000 23:18:42 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Subject: Re: /usr/local/etc/rc.d and /etc/rc.d References: <39B8E865.B77012B@camtech.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Replying to my own message. In summary, the main things the scheme I describe gives us are: - control over startup/shutdown order with the numbers - accomodates older scripts (by just not having the K script linked to the S, script things wont be started again at shutdown time). - enough similarity to SYSV to not confuse - ability to easily disable scripts (rename to not start with S[0-9] or K[0-9]) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message