mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Reviewed by: cvs-current
Delete rc.local from CVS tree, its remaining functionality has been
moved to /etc/rc. /etc/rc still supports an rc.local but it is now
a 100% user-controlled file.
This commit is contained in:
parent
d27356d803
commit
416db1f243
1 changed files with 0 additions and 15 deletions
15
etc/rc.local
15
etc/rc.local
|
|
@ -1,15 +0,0 @@
|
|||
#
|
||||
# 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 ...
|
||||
|
||||
Loading…
Reference in a new issue