=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.132 retrieving revision 1.133 diff -c -r1.132 -r1.133 *** src/etc/rc.conf 2009/03/16 23:18:45 1.132 --- src/etc/rc.conf 2009/05/31 19:16:16 1.133 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.132 2009/03/16 23:18:45 jacekm 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.133 2009/05/31 19:16:16 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" *************** *** 69,75 **** nfs_server=NO # see sysctl.conf for nfs client configuration lockd=NO amd=NO ! pf=NO # Packet filter / NAT ipsec=NO # IPsec bt=NO # Bluetooth portmap=NO # Note: inetd(8) rpc services need portmap too --- 69,75 ---- nfs_server=NO # see sysctl.conf for nfs client configuration lockd=NO amd=NO ! pf=YES # Packet filter / NAT ipsec=NO # IPsec bt=NO # Bluetooth portmap=NO # Note: inetd(8) rpc services need portmap too