freebsd-skq/etc/rc.local
dillon 3d6f93c551 Reviewed by: cvs-current
Commit changes to rc and rc.local, removing the remaining minimal
    functionality of rc.local into rc and commenting it out of rc.local
    prior to the deletion of rc.local from the CVS tree.
1998-12-12 23:04:21 +00:00

16 lines
390 B
Plaintext

#
# site-specific startup actions, daemons
#
# $Id: rc.local,v 1.25 1997/06/25 15:15:13 ache Exp $
#
# put your local stuff here or in /usr/local/etc/rc.d. If you put stuff
# here and want to make it programmer, bring in /etc/rc.conf and add
# your custom variables to /etc/rc.conf.local
#
# if [ -f /etc/rc.conf ]; then
# . /etc/rc.conf
# fi
#
# ... additional startup conditionals ...