aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-03-18 00:56:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-03-18 00:56:51 +0000
commit3f9ff585ed9582a348faba23276975b16d9a933a (patch)
treef2ce3e07e73de4b4393ffd06a55b7a2ce4e71b31 /etc/rc
parent42786f6c039eadd7311d58ff866e67af861ca073 (diff)
downloadsrc-3f9ff585ed9582a348faba23276975b16d9a933a.tar.gz
src-3f9ff585ed9582a348faba23276975b16d9a933a.zip
Make sure that rc.syctl gets its own version of positional parameters
Submitted by: cjc
Notes
Notes: svn path=/head/; revision=92523
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 763ce47d3441..7c556cf9af6f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -404,7 +404,7 @@ esac
# Early pass to set the variables we can
#
if [ -r /etc/rc.sysctl ]; then
- . /etc/rc.sysctl first
+ sh /etc/rc.sysctl first
fi
# Configure serial devices
@@ -917,7 +917,7 @@ fi
# Late pass to set variables we missed the first time
#
if [ -r /etc/rc.sysctl ]; then
- . /etc/rc.sysctl last
+ sh /etc/rc.sysctl last
fi
# Raise kernel security level. This should be done only after `fsck' has