=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/etc/rc.conf 1998/05/23 19:43:26 1.20 --- src/etc/rc.conf 1998/06/03 16:04:08 1.21 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.20 1998/05/23 19:43:26 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.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" *************** *** 10,16 **** rbootd_flags=NO # for 'normal' use: rbootd_flags="" sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" smtpfwdd_flags=NO # for 'normal' use: smtpfwdd_flags="", no -bd above. ! named_flags=NO # for 'normal' use: named_flags="-u named -t /var/named" timed_flags=NO # for 'normal' use: timed_flags="" photurisd_flags=NO # for 'normal' use: photurisd_flags="" mopd_flags=NO # for 'normal' use: mopd_flags="-a" --- 10,16 ---- rbootd_flags=NO # for 'normal' use: rbootd_flags="" sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" smtpfwdd_flags=NO # for 'normal' use: smtpfwdd_flags="", no -bd above. ! named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" photurisd_flags=NO # for 'normal' use: photurisd_flags="" mopd_flags=NO # for 'normal' use: mopd_flags="-a" *************** *** 48,50 **** --- 48,52 ---- ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation 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"