diff options
author | peter <peter@FreeBSD.org> | 2002-04-10 22:42:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-10 22:42:27 +0000 |
commit | 47709f9931acb7c831ea1c9403d2513caf426f45 (patch) | |
tree | 16a8e0f5298796652cb3a9825743423d330610b9 /etc | |
parent | 32ba147180b7737071e6559bbb2c3094e213291a (diff) | |
download | FreeBSD-src-47709f9931acb7c831ea1c9403d2513caf426f45.zip FreeBSD-src-47709f9931acb7c831ea1c9403d2513caf426f45.tar.gz |
<peril sensitive sunglasses on>
Add /etc/rc.d to the startup dirs list. It is a convenient place to put
custom startup scripts instead of hacking a shared rc.local. eg: ftpd in
listener mode, or maybe even sendmail or another mailer, etc.
<peril sensitive sunglasses off>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3a248bb..fca64db 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -31,7 +31,7 @@ pccardd_flags="" # Additional flags for pccardd. pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether removable_interfaces="" # Removable network interfaces for /etc/pccard_ether. -local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. +local_startup="/etc/rc.d /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. |