|
|
@ -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) |