summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-01 08:31:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-01 08:31:37 +0000
commit99805af754b0857a8696bb45a767d00e28718eed (patch)
tree8a45fd025415a8859c563bd70df7a6c459d0bd7f /etc/rc.conf
parentf6e46f595ed674e3916ac1aad5385f03589cbc19 (diff)
rearrange rfc1323 thingy
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
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)