|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.120 2007/01/31 08:32:16 pyr Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.121 2007/02/02 14:51:19 ajacoutot Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -71,6 +71,7 @@ ipsec=NO # IPsec |
|
|
|
portmap=NO # Note: inetd(8) rpc services need portmap too |
|
|
|
inetd=YES # almost always needed |
|
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
|
|
accounting=NO # process accounting (using /var/account/acct) |
|
|
|
|
|
|
|
krb5_master_kdc=NO # KerberosV master KDC. Run 'info heimdal' for help. |
|
|
|
krb5_slave_kdc=NO # KerberosV slave KDC. |
|
|
|