Date: Sun, 25 Jun 1995 02:17:36 -0700 From: asami@cs.berkeley.edu (Satoshi Asami) To: hackers@freebsd.org Subject: terse output from sysctl in netstart Message-ID: <199506250917.CAA00658@silvia.HIP.Berkeley.EDU>
next in thread | raw e-mail | index | archive | help
The following lines are in /etc/netstart: === if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then sysctl -nw net.inet.tcp.rfc1323=0 sysctl -nw net.inet.tcp.rfc1644=0 fi === The output from these lines look like: === 0 0 === Which looks more than a little puzzling during bootup. Will anyone scream bloody murder if I take out the `n' from the flags? Then the output will be like === net.inet.tcp.rfc1323: 1 -> 0 net.inet.tcp.rfc1644: 1 -> 0 === which is far more informative for newbies like me. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506250917.CAA00658>