summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-25 15:15:13 +0000
committerache <ache@FreeBSD.org>1997-06-25 15:15:13 +0000
commit228f6410f312edf048c05ed76a7d84d3d954a339 (patch)
tree25f7be008506dddfe707d393af5cc30e9d3d1c0a /etc
parent2d0559fde28606e8a03c48dde0aabb560df13ee0 (diff)
downloadFreeBSD-src-228f6410f312edf048c05ed76a7d84d3d954a339.zip
FreeBSD-src-228f6410f312edf048c05ed76a7d84d3d954a339.tar.gz
Comment out rc.conf picking by default
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.local8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 3af6b3e..5e65844 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -1,13 +1,13 @@
#
# site-specific startup actions, daemons
#
-# $Id: rc.local,v 1.23 1997/02/23 09:20:47 peter Exp $
+# $Id: rc.local,v 1.24 1997/06/25 12:17:17 ache Exp $
#
# If there is a global system configuration file, suck it in.
-if [ -f /etc/rc.conf ]; then
- . /etc/rc.conf
-fi
+#if [ -f /etc/rc.conf ]; then
+# . /etc/rc.conf
+#fi
T=/tmp/_motd
rm -f $T
OpenPOWER on IntegriCloud