=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.77 retrieving revision 1.78 diff -c -r1.77 -r1.78 *** src/etc/rc.conf 2002/07/11 10:59:26 1.77 --- src/etc/rc.conf 2002/08/02 23:27:33 1.78 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.77 2002/07/11 10:59:26 deraadt 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.78 2002/08/02 23:27:33 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 56,62 **** 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 ntpd=YES # run ntpd if it exists --- 56,62 ---- gated=NO amd=NO pf=NO # Packet filter / NAT ! 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 ntpd=YES # run ntpd if it exists