aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.sysctl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.sysctl')
-rw-r--r--etc/rc.sysctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.sysctl b/etc/rc.sysctl
index 8b1f4473b4b1..bc98de967fd9 100644
--- a/etc/rc.sysctl
+++ b/etc/rc.sysctl
@@ -2,12 +2,12 @@
#
# Read in /etc/sysctl.conf and set things accordingly
#
-# $Id:$
+# $Id: rc.sysctl,v 1.1 1999/03/28 20:36:03 imp Exp $
if [ -f /etc/sysctl.conf ]; then
3< /etc/sysctl.conf
while read 0<&3 var;
do
- sysctl -w $var
+ sysctl -w ${var}
done
3<&-
fi