diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-25 09:35:56 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-25 09:35:56 +0000 |
| commit | 2e43046bb6a751500e27b297b14a1184dd54caad (patch) | |
| tree | 5e396fe25c3c197fffa99e99763a617debe96697 /etc/netstart | |
| parent | 14e07b22414077055f9650ef9ac44bb943ca3492 (diff) | |
Notes
Diffstat (limited to 'etc/netstart')
| -rwxr-xr-x | etc/netstart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/netstart b/etc/netstart index 54795275a2fa..eccc7ece136e 100755 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: netstart,v 1.31 1995/05/11 21:11:14 jkh Exp $ +# $Id: netstart,v 1.32 1995/05/17 04:46:56 rgrimes Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -29,8 +29,8 @@ fi # relocation of sysctl to /sbin is done that problem will go away. # if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then - sysctl -nw net.inet.tcp.rfc1323=0 - sysctl -nw net.inet.tcp.rfc1644=0 + sysctl -w net.inet.tcp.rfc1323=0 + sysctl -w net.inet.tcp.rfc1644=0 fi # Set up all the network interfaces, calling startup scripts if needed |
