summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1997-06-25 03:12:12 +0000
committerdima <dima@FreeBSD.org>1997-06-25 03:12:12 +0000
commit88fd3e3090bb3d1ef74c7797a98e236be7cde1e3 (patch)
tree9be2af83b46aac5ddcabe6c99b9d3b368b86e4ac /etc
parent082cf8524ff18a51b66789e4d618b82ffd423b8f (diff)
downloadFreeBSD-src-88fd3e3090bb3d1ef74c7797a98e236be7cde1e3.zip
FreeBSD-src-88fd3e3090bb3d1ef74c7797a98e236be7cde1e3.tar.gz
sh /etc/rc.local -> . /etc/rc.local
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 553464f..4eb6028 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.128 1997/06/04 20:02:57 ache Exp $
+# $Id: rc,v 1.129 1997/06/18 16:01:18 pst Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -294,7 +294,7 @@ if [ "X${local_startup}" != X"NO" ]; then
fi
# Do traditional (but rather obsolete) rc.local file if it exists.
-[ -f /etc/rc.local ] && sh /etc/rc.local
+[ -f /etc/rc.local ] && . /etc/rc.local
date
exit 0
OpenPOWER on IntegriCloud