=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.190 retrieving revision 1.191 diff -c -r1.190 -r1.191 *** src/etc/rc.conf 2014/06/09 18:31:58 1.190 --- src/etc/rc.conf 2014/07/11 21:58:32 1.191 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.190 2014/06/09 18:31:58 jasper Exp $ # DO NOT EDIT THIS FILE!! # --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.191 2014/07/11 21:58:32 tedu Exp $ # DO NOT EDIT THIS FILE!! # *************** *** 90,96 **** # set the following to "YES" to turn them on pf=YES # Packet filter / NAT ipsec=NO # IPsec - bt=NO # Bluetooth check_quotas=YES # NO may be desirable in some YP environments accounting=NO # process accounting (using /var/account/acct) --- 90,95 ---- *************** *** 113,119 **** syslogd_flags= # add more flags, e.g. "-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, e.g. "-s 256" shlib_dirs= # extra directories for ldconfig, separated # by space --- 112,117 ----