Comment out rc.conf picking by default

This commit is contained in:
Andrey A. Chernov 1997-06-25 15:15:13 +00:00
parent 083b81e8e7
commit 048be6a261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26938

View file

@ -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