=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.120 retrieving revision 1.121 diff -c -r1.120 -r1.121 *** src/etc/rc.conf 2007/01/31 08:32:16 1.120 --- src/etc/rc.conf 2007/02/02 14:51:19 1.121 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.120 2007/01/31 08:32:16 pyr Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $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,76 **** --- 71,77 ---- 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.