aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-07-17 14:33:52 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-07-17 14:33:52 +0000
commit1d17292c230bee71a1aab1b8ea20a0c7a89aca42 (patch)
tree9fef42fdf84f81215cb419505174d2afc7f4f1d6 /etc/defaults/rc.conf
parente55bc0a096c69a91fb079722d2f4c77d8ce55c5d (diff)
downloadsrc-1d17292c230bee71a1aab1b8ea20a0c7a89aca42.tar.gz
src-1d17292c230bee71a1aab1b8ea20a0c7a89aca42.zip
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
Notes
Notes: svn path=/head/; revision=79825
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index fe4b9140487a..04d6724450ee 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -31,6 +31,7 @@ pccardd_flags="" # Additional flags for pccardd.
pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file
removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
+script_name_sep=" " # Change if your startup scripts' names contain spaces
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.