summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-26 19:25:14 +0000
committerache <ache@FreeBSD.org>1994-11-26 19:25:14 +0000
commit7b27d125c6b51c82ff2e01daed9974f75fd47ca0 (patch)
tree7273db741299c80e7eff81bcabdb1f96e133e63f /etc/rc
parent33d82aa474e4140ae777bf35955374cbd36f678b (diff)
downloadFreeBSD-src-7b27d125c6b51c82ff2e01daed9974f75fd47ca0.zip
FreeBSD-src-7b27d125c6b51c82ff2e01daed9974f75fd47ca0.tar.gz
Call rc.local with . instead of sh to pass variables
Submitted by: John Capo
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index b57cdcc..e98b293 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.39 1994/11/07 04:02:26 phk Exp $
+# $Id: rc,v 1.40 1994/11/17 08:28:02 smace Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -239,7 +239,7 @@ if [ -x /sbin/ldconfig ]; then
ldconfig ${_LDC}
fi
-sh /etc/rc.local
+. /etc/rc.local
date
OpenPOWER on IntegriCloud