Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 1995 02:32:34 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        hackers@freebsd.org
Subject:   Re: terse output from sysctl in netstart
Message-ID:  <199506250932.CAA01137@gndrsh.aac.dev.com>
In-Reply-To: <199506250917.CAA00658@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Jun 25, 95 02:17:36 am

next in thread | previous 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

No, please go ahead, it won't conflict with my other changes as they
are at least 8 lines away :-)

> ===
> net.inet.tcp.rfc1323: 1 -> 0
> net.inet.tcp.rfc1644: 1 -> 0
> ===
> 
> which is far more informative for newbies like me.
> 
> Satoshi
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506250932.CAA01137>