diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-07-17 22:03:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-07-17 22:03:19 +0000 |
| commit | 7bbf2ac162f21d1c5c88c956d4bc4f0df0c60099 (patch) | |
| tree | ce2612eb1a8769478d5014288d1088fab682b2e6 /etc/rc.d | |
| parent | 04d12c9900bf65dd06799b7bdc5503255f1d864f (diff) | |
Notes
Diffstat (limited to 'etc/rc.d')
| -rw-r--r-- | etc/rc.d/sysctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl index 80af2291c034..bedddb636697 100644 --- a/etc/rc.d/sysctl +++ b/etc/rc.d/sysctl @@ -38,7 +38,7 @@ if [ -f /etc/sysctl.conf ]; then \#*|'') ;; *) - sysctl -w ${var} + sysctl ${var} ;; esac done < /etc/sysctl.conf |
