diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-23 19:43:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-23 19:43:27 +0000 |
commit | c8018bcd448f239b18dffd40da56a16b2134c0d3 (patch) | |
tree | 0aeb32a52ec251dc93b05cce349fe6de12b6c57a /etc | |
parent | 37883a5cb0bb2db1b7396387f540324e80d149cc (diff) |
mention -u name -t /var/named
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 38c2fc72409..3051697ffda 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.19 1998/04/07 06:11:54 deraadt Exp $ +# $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" @@ -10,7 +10,7 @@ bootparamd_flags=NO # for 'normal' use: bootparamd_flags="" 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="" +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" |