From 416db1f2431efbb96991d552ab11545fac5a2fa3 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 12 Dec 1998 23:05:22 +0000 Subject: [PATCH] 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. --- etc/rc.local | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 etc/rc.local diff --git a/etc/rc.local b/etc/rc.local deleted file mode 100644 index 9a5706111125..000000000000 --- a/etc/rc.local +++ /dev/null @@ -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 ... -