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 | |
| parent | 04d12c9900bf65dd06799b7bdc5503255f1d864f (diff) | |
Notes
| -rw-r--r-- | etc/rc.d/sysctl | 2 | ||||
| -rw-r--r-- | etc/rc.sysctl | 2 | ||||
| -rw-r--r-- | etc/sysctl.conf | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/etc/rc.sysctl b/etc/rc.sysctl index 80af2291c034..bedddb636697 100644 --- a/etc/rc.sysctl +++ b/etc/rc.sysctl @@ -38,7 +38,7 @@ if [ -f /etc/sysctl.conf ]; then \#*|'') ;; *) - sysctl -w ${var} + sysctl ${var} ;; esac done < /etc/sysctl.conf diff --git a/etc/sysctl.conf b/etc/sysctl.conf index d4cae0982d7a..85125cb3db2a 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -1,7 +1,7 @@ # $FreeBSD$ # # This file is read when going to multi-user and its contents piped thru -# ``sysctl -w'' to adjust kernel values. ``man 5 sysctl.conf'' for details. +# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # #vfs.vmiodirenable=0 # Set to 1 to enable the use of the VM subsystem to |
