svn commit: r262150 - head/release/picobsd/floppy.tree/etc

Luigi Rizzo luigi at FreeBSD.org
Tue Feb 18 04:38:26 UTC 2014


Author: luigi
Date: Tue Feb 18 04:38:26 2014
New Revision: 262150
URL: http://svnweb.freebsd.org/changeset/base/262150

Log:
  enable rfc1323 and rfc1644 by default in picobsd images.
  I disabled it some 15 years ago but it is useful to have them on
  when doing tcp throughput tests.

Modified:
  head/release/picobsd/floppy.tree/etc/rc.conf   (contents, props changed)

Modified: head/release/picobsd/floppy.tree/etc/rc.conf
==============================================================================
--- head/release/picobsd/floppy.tree/etc/rc.conf	Tue Feb 18 04:27:41 2014	(r262149)
+++ head/release/picobsd/floppy.tree/etc/rc.conf	Tue Feb 18 04:38:26 2014	(r262150)
@@ -1,6 +1,8 @@
 # Sample rc.conf file for PicoBSD
 # you should mostly set variables here, see rc.conf.defaults.
 
+tcp_extensions=YES # enable rfc1323 and rfc1644
+
 case ${hostname} in
 *)
 	echo "processing rc.conf for ${hostname}"


More information about the svn-src-all mailing list