=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.130 retrieving revision 1.131 diff -c -r1.130 -r1.131 *** src/etc/rc.conf 2008/06/09 22:21:49 1.130 --- src/etc/rc.conf 2008/11/27 00:52:06 1.131 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.130 2008/06/09 22:21:49 mbalmer Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.131 2008/11/27 00:52:06 uwe Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" *************** *** 70,75 **** --- 70,76 ---- amd=NO pf=NO # Packet filter / NAT ipsec=NO # IPsec + bt=NO # Bluetooth 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 *************** *** 95,100 **** --- 96,102 ---- syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" pf_rules=/etc/pf.conf # Packet filter rules file ipsec_rules=/etc/ipsec.conf # IPsec rules file + bt_rules=/etc/bt.conf # Bluetooth rules file pflogd_flags= # add more flags, ie. "-s 256" afsd_flags= # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated