summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-02-09 05:20:46 +0000
committerdillon <dillon@FreeBSD.org>1999-02-09 05:20:46 +0000
commit9b13dcd4be69d6b5946289a2f1555345b033025d (patch)
tree644f3803e556a480eee0bc3af26495e28b388752 /etc
parent233712cfb59a32f239ea73f903e730ab56b40145 (diff)
downloadFreeBSD-src-9b13dcd4be69d6b5946289a2f1555345b033025d.zip
FreeBSD-src-9b13dcd4be69d6b5946289a2f1555345b033025d.tar.gz
Get rid of $conf_dir
Diffstat (limited to 'etc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index b78148f..05e6a3f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.174 1999/01/29 06:18:12 dillon Exp $
+# $Id: rc,v 1.175 1999/01/31 04:28:51 grog Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -416,9 +416,9 @@ fi
# Do traditional rc.local file if it exists.
#
-if [ -f $conf_dir/rc.local ]; then
+if [ -f /etc/rc.local ]; then
echo -n 'starting local daemons:'
- sh $conf_dir/rc.local
+ sh /etc/rc.local
echo '.'
fi
OpenPOWER on IntegriCloud