=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** src/etc/rc.conf 2001/07/01 08:38:59 1.65 --- src/etc/rc.conf 2001/07/05 18:38:52 1.66 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.65 2001/07/01 08:38:59 kjell 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.66 2001/07/05 18:38:52 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 49,55 **** lockd=NO gated=NO amd=NO ! pf=YES # Packet filter / NAT portmap=YES # almost always needed inetd=YES # almost always needed check_quotas=YES # NO may be desirable in some YP environments --- 49,55 ---- lockd=NO gated=NO amd=NO ! pf=NO # Packet filter / NAT portmap=YES # almost always needed inetd=YES # almost always needed check_quotas=YES # NO may be desirable in some YP environments