<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>
This commit is contained in:
parent
0a8ccb217a
commit
e64f15237d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user