diff options
author | roam <roam@FreeBSD.org> | 2001-07-17 14:33:52 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-07-17 14:33:52 +0000 |
commit | 401d22d5acee4b9bc0c74739f992fb8f62e4c561 (patch) | |
tree | 9fef42fdf84f81215cb419505174d2afc7f4f1d6 /share/man | |
parent | f2e49729a0baf1d3bdd3bf9fab3b3737216e7a4a (diff) | |
download | FreeBSD-src-401d22d5acee4b9bc0c74739f992fb8f62e4c561.zip FreeBSD-src-401d22d5acee4b9bc0c74739f992fb8f62e4c561.tar.gz |
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
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index f02e72b..2607123 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -146,6 +146,13 @@ List of removable network interfaces to be supported by .It Va local_startup .Pq Vt str List of directories to search for startup script files. +.It Va script_name_sep +.Pq Vt str +The field separator to use for breaking down the list of startup script files +into individual filenames. +The default is a space. +You do not need to change this unless you have startup scripts with names +containing spaces. .It Va hostname .Pq Vt str The Fully Qualified Domain Name of your host on the network. |