=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.92 retrieving revision 1.93 diff -c -r1.92 -r1.93 *** src/etc/rc.conf 2004/01/23 22:11:40 1.92 --- src/etc/rc.conf 2004/02/11 23:17:33 1.93 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.92 2004/01/23 22:11:40 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.93 2004/02/11 23:17:33 beck Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 78,86 **** syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" pf_rules=/etc/pf.conf # Packet filter rules file pflogd_flags= # add more flags, ie. "-s 256" ! afs_mount_point=/afs # Mountpoint for AFS ! afs_device=/dev/xfs0 # Device used by afsd ! afsd_flags=-z # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated # by space --- 78,84 ---- syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" pf_rules=/etc/pf.conf # Packet filter rules file pflogd_flags= # add more flags, ie. "-s 256" ! afsd_flags= # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated # by space