=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** src/etc/rc.conf 2002/12/27 02:26:52 1.84 --- src/etc/rc.conf 2003/03/04 22:45:53 1.85 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.84 2002/12/27 02:26:52 lebel 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.85 2003/03/04 22:45:53 jakob Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 78,85 **** amd_dir=/tmp_mnt # AMD's mount directory amd_master=/etc/amd/master # AMD 'master' map 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 pflogd_flags= # add more flags, ie. "-s 256" afs_mount_point=/afs # Mountpoint for AFS --- 78,83 ----