summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-03-18 00:56:51 +0000
committerdougb <dougb@FreeBSD.org>2002-03-18 00:56:51 +0000
commit9634b14afa9b3800f16b2bce0a7ca7b436ad190f (patch)
treef2ce3e07e73de4b4393ffd06a55b7a2ce4e71b31 /etc/rc
parent3edd32a4a0ad10118ff66415d71892393adfa7a4 (diff)
downloadFreeBSD-src-9634b14afa9b3800f16b2bce0a7ca7b436ad190f.zip
FreeBSD-src-9634b14afa9b3800f16b2bce0a7ca7b436ad190f.tar.gz
Make sure that rc.syctl gets its own version of positional parameters
Submitted by: cjc
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 763ce47..7c556cf 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
OpenPOWER on IntegriCloud