From 6ea8b89caa92debafd7f87ce160a950d93c3b0ab Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 1 Dec 1997 08:31:36 +0000 Subject: [PATCH] rearrange rfc1323 thingy --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 7f55be32..222af348 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.4 1997/11/29 02:03:43 kstailey Exp $ +# $OpenBSD: rc.conf,v 1.5 1997/12/01 08:31:36 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags=-q @@ -28,6 +28,7 @@ portmap=YES # almost always needed inetd=YES # almost always needed lpd=NO # printing daemons check_quotas=YES # NO may be desireable in some YP environments +rfc1323=YES # TCP RFC1323 extensions (disable if tcp is slow) # miscellaneous other flags # only used if the appropriate server is marked YES above @@ -40,4 +41,3 @@ amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering nat_rules=/etc/nat.rules # Rules for Network Address Translation ipmon_flags=-s # To disable logging, use ipmon_flags=NO -rfc1323=YES # TCP RFC1323 extensions (disable if tcp is slow)