|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.20 1998/05/23 19:43:26 millert Exp $ |
|
|
|
|
|
|
|
|
# $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 |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
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="" |
|
|
rbootd_flags=NO # for 'normal' use: rbootd_flags="" |
|
|
sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" |
|
|
sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" |
|
|
smtpfwdd_flags=NO # for 'normal' use: smtpfwdd_flags="", no -bd above. |
|
|
smtpfwdd_flags=NO # for 'normal' use: smtpfwdd_flags="", no -bd above. |
|
|
named_flags=NO # for 'normal' use: named_flags="-u named -t /var/named" |
|
|
|
|
|
|
|
|
named_flags=NO # for 'normal' use: named_flags="" |
|
|
timed_flags=NO # for 'normal' use: timed_flags="" |
|
|
timed_flags=NO # for 'normal' use: timed_flags="" |
|
|
photurisd_flags=NO # for 'normal' use: photurisd_flags="" |
|
|
photurisd_flags=NO # for 'normal' use: photurisd_flags="" |
|
|
mopd_flags=NO # for 'normal' use: mopd_flags="-a" |
|
|
mopd_flags=NO # for 'normal' use: mopd_flags="-a" |
|
@ -48,3 +48,5 @@ ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering |
|
|
ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation |
|
|
ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation |
|
|
ipmon_flags=-s # To disable logging, use ipmon_flags=NO |
|
|
ipmon_flags=-s # To disable logging, use ipmon_flags=NO |
|
|
syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log |
|
|
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" |