=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/etc/rc.conf 2001/06/27 03:44:38 1.64 --- src/etc/rc.conf 2001/07/01 08:38:59 1.65 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.64 2001/06/27 03:44:38 hin 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.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" *************** *** 49,54 **** --- 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 *************** *** 76,81 **** --- 77,84 ---- syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" named_user=named # Named should not run as root unless necessary named_chroot=/var/named # Where to chroot named if not empty + pf_rules=/etc/pf.conf # Packet filter rules file + nat_rules=/etc/nat.conf # NAT rules file afs_mount_point=/afs # Mountpoint for AFS afs_device=/dev/xfs0 # Device used by afsd afsd_flags=-z # Flags passed to afsd