=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/etc/rc.conf 1998/06/03 16:04:08 1.21 --- src/etc/rc.conf 1998/06/03 17:12:05 1.22 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.21 1998/06/03 16:04:08 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.22 1998/06/03 17:12:05 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" *************** *** 49,52 **** ipmon_flags=-s # To disable logging, use ipmon_flags=NO syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log named_user=named # Named should not run as root unless neccesary ! named_chroot=/var/named # Where to chroot named unless set to "NO" --- 49,52 ---- ipmon_flags=-s # To disable logging, use ipmon_flags=NO syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log named_user=named # Named should not run as root unless neccesary ! named_chroot=/var/named # Where to chroot named if not empty