=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.168 retrieving revision 1.169 diff -c -r1.168 -r1.169 *** src/etc/rc.conf 2012/08/20 12:37:52 1.168 --- src/etc/rc.conf 2012/08/23 06:18:50 1.169 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.168 2012/08/20 12:37:52 dlg Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.169 2012/08/23 06:18:50 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" *************** *** 89,96 **** check_quotas=YES # NO may be desirable in some YP environments accounting=NO # process accounting (using /var/account/acct) - afs=NO # mount and run afs - # Multicast routing configuration # Please look at netstart(8) for a detailed description if you change these multicast_host=NO # Route all multicast packets to a single interface --- 89,94 ---- *************** *** 112,118 **** ipsec_rules=/etc/ipsec.conf # IPsec rules file bt_rules=/etc/bt.conf # Bluetooth rules file pflogd_flags= # add more flags, e.g. "-s 256" - afsd_flags= # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated # by space --- 110,115 ----