From owner-cvs-all Tue Jul 17 7:33:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AA5037B403; Tue, 17 Jul 2001 07:33:54 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6HEXrM19564; Tue, 17 Jul 2001 07:33:53 -0700 (PDT) (envelope-from roam) Message-Id: <200107171433.f6HEXrM19564@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 17 Jul 2001 07:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2001/07/17 07:33:53 PDT Modified files: etc rc rc.shutdown etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Add a script_name_sep rc.conf knob to specify the IFS character for separating the startup scripts' list into individual filenames. Run the shutdown scripts in reverse alphabetical order, so dependent services are stopped before the services they depend upon. Reviewed by: -arch, -audit MFC after: 3 weeks Revision Changes Path 1.272 +13 -6 src/etc/rc 1.17 +13 -6 src/etc/rc.shutdown 1.117 +2 -1 src/etc/defaults/rc.conf 1.113 +8 -1 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message