summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netoptions
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-11 08:21:46 +0000
committerru <ru@FreeBSD.org>2001-12-11 08:21:46 +0000
commit1104babdad2315df373f3ed99cf8a2f22171362a (patch)
tree2fffce8490743a92a967ebbb9429747cd047f864 /etc/rc.d/netoptions
parent12c2769b3fda37f5f5077e330d004300d3d09888 (diff)
downloadFreeBSD-src-1104babdad2315df373f3ed99cf8a2f22171362a.zip
FreeBSD-src-1104babdad2315df373f3ed99cf8a2f22171362a.tar.gz
s/sysctl -w/sysctl/
Diffstat (limited to 'etc/rc.d/netoptions')
-rw-r--r--etc/rc.d/netoptions38
1 files changed, 19 insertions, 19 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index b9b67fe..fa6af3e 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -366,7 +366,7 @@ network_pass1() {
case ${firewall_logging} in
[Yy][Ee][Ss] | '')
echo 'Firewall logging=YES'
- sysctl -w net.inet.ip.fw.verbose=1 >/dev/null
+ sysctl net.inet.ip.fw.verbose=1 >/dev/null
;;
*)
;;
@@ -409,77 +409,77 @@ network_pass1() {
;;
*)
echo -n ' tcp extensions=NO'
- sysctl -w net.inet.tcp.rfc1323=0 >/dev/null
+ sysctl net.inet.tcp.rfc1323=0 >/dev/null
;;
esac
case ${icmp_bmcastecho} in
[Yy][Ee][Ss])
echo -n ' broadcast ping responses=YES'
- sysctl -w net.inet.icmp.bmcastecho=1 >/dev/null
+ sysctl net.inet.icmp.bmcastecho=1 >/dev/null
;;
esac
case ${icmp_drop_redirect} in
[Yy][Ee][Ss])
echo -n ' ignore ICMP redirect=YES'
- sysctl -w net.inet.icmp.drop_redirect=1 >/dev/null
+ sysctl net.inet.icmp.drop_redirect=1 >/dev/null
;;
esac
case ${icmp_log_redirect} in
[Yy][Ee][Ss])
echo -n ' log ICMP redirect=YES'
- sysctl -w net.inet.icmp.log_redirect=1 >/dev/null
+ sysctl net.inet.icmp.log_redirect=1 >/dev/null
;;
esac
case ${gateway_enable} in
[Yy][Ee][Ss])
echo -n ' IP gateway=YES'
- sysctl -w net.inet.ip.forwarding=1 >/dev/null
+ sysctl net.inet.ip.forwarding=1 >/dev/null
;;
esac
case ${forward_sourceroute} in
[Yy][Ee][Ss])
echo -n ' do source routing=YES'
- sysctl -w net.inet.ip.sourceroute=1 >/dev/null
+ sysctl net.inet.ip.sourceroute=1 >/dev/null
;;
esac
case ${accept_sourceroute} in
[Yy][Ee][Ss])
echo -n ' accept source routing=YES'
- sysctl -w net.inet.ip.accept_sourceroute=1 >/dev/null
+ sysctl net.inet.ip.accept_sourceroute=1 >/dev/null
;;
esac
case ${tcp_keepalive} in
[Nn][Oo])
echo -n ' TCP keepalive=NO'
- sysctl -w net.inet.tcp.always_keepalive=0 >/dev/null
+ sysctl net.inet.tcp.always_keepalive=0 >/dev/null
;;
esac
case ${tcp_drop_synfin} in
[Yy][Ee][Ss])
echo -n ' drop SYN+FIN packets=YES'
- sysctl -w net.inet.tcp.drop_synfin=1 >/dev/null
+ sysctl net.inet.tcp.drop_synfin=1 >/dev/null
;;
esac
case ${ipxgateway_enable} in
[Yy][Ee][Ss])
echo -n ' IPX gateway=YES'
- sysctl -w net.ipx.ipx.ipxforwarding=1 >/dev/null
+ sysctl net.ipx.ipx.ipxforwarding=1 >/dev/null
;;
esac
case ${arpproxy_all} in
[Yy][Ee][Ss])
echo -n ' ARP proxyall=YES'
- sysctl -w net.link.ether.inet.proxyall=1 >/dev/null
+ sysctl net.link.ether.inet.proxyall=1 >/dev/null
;;
esac
@@ -488,7 +488,7 @@ network_pass1() {
;;
*)
echo -n " ip_portrange_first=$ip_portrange_first"
- sysctl -w net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
+ sysctl net.inet.ip.portrange.first=$ip_portrange_first >/dev/null
;;
esac
@@ -497,7 +497,7 @@ network_pass1() {
;;
*)
echo -n " ip_portrange_last=$ip_portrange_last"
- sysctl -w net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
+ sysctl net.inet.ip.portrange.last=$ip_portrange_last >/dev/null
;;
esac
@@ -672,7 +672,7 @@ network_pass3() {
case ${nfs_reserved_port_only} in
[Yy][Ee][Ss])
echo -n ' NFS on reserved port only=YES'
- sysctl -w vfs.nfsrv.nfs_privport=1 > /dev/null
+ sysctl vfs.nfsrv.nfs_privport=1 > /dev/null
;;
esac
@@ -716,10 +716,10 @@ network_pass3() {
[Yy][Ee][Ss])
if [ -n "${nfs_access_cache}" ]; then
echo -n " NFS access cache time=${nfs_access_cache}"
- sysctl -w vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null
+ sysctl vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null
fi
if [ -n "${nfs_bufpackets}" ]; then
- sysctl -w vfs.nfs.bufpackets=${nfs_bufpackets} > /dev/null
+ sysctl vfs.nfs.bufpackets=${nfs_bufpackets} > /dev/null
fi
;;
esac
@@ -838,8 +838,8 @@ network_pass4() {
;;
*)
echo -n ' log_in_vain=YES'
- sysctl -w net.inet.tcp.log_in_vain=1 >/dev/null
- sysctl -w net.inet.udp.log_in_vain=1 >/dev/null
+ sysctl net.inet.tcp.log_in_vain=1 >/dev/null
+ sysctl net.inet.udp.log_in_vain=1 >/dev/null
;;
esac
OpenPOWER on IntegriCloud