|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.65 2001/07/01 08:38:59 kjell Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.66 2001/07/05 18:38:52 deraadt Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -49,7 +49,7 @@ nfs_server=NO # see sysctl.conf for nfs client configuration |
|
|
|
lockd=NO |
|
|
|
gated=NO |
|
|
|
amd=NO |
|
|
|
pf=YES # Packet filter / NAT |
|
|
|
pf=NO # Packet filter / NAT |
|
|
|
portmap=YES # almost always needed |
|
|
|
inetd=YES # almost always needed |
|
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
|
|