From 99805af754b0857a8696bb45a767d00e28718eed Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 1 Dec 1997 08:31:37 +0000 Subject: rearrange rfc1323 thingy --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.conf') diff --git a/etc/rc.conf b/etc/rc.conf index 7f55be3277e..222af348b2f 100644 --- a/etc/rc.conf +++ b/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) -- cgit v1.2.3