|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.74 2002/06/11 04:51:39 dhartmei Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.75 2002/07/09 16:55:33 deraadt Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -20,7 +20,6 @@ ntpdate_flags=NO # for normal use: NTP server; run before ntpd starts |
|
|
|
photurisd_flags=NO # for normal use: "" |
|
|
|
isakmpd_flags=NO # for normal use: "" |
|
|
|
mopd_flags=NO # for normal use: "-a" |
|
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
|
apmd_flags=NO # for normal use: "" |
|
|
|
dhcpd_flags=NO # for normal use: "-q" |
|
|
|
rtadvd_flags=NO # for normal use: list of interfaces |
|
|
@ -32,6 +31,9 @@ rtsold_flags=NO # for normal use: interface |
|
|
|
# be sure to set net.inet6.ip6.accept_rtadv=1 |
|
|
|
lpd_flags=NO # for normal use: "" (or "-l" for debugging) |
|
|
|
|
|
|
|
# use -u to disable chroot, see httpd(8) |
|
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
|
|
|
|
|
# For normal use: "-L sm-mta -bd -q30m" |
|
|
|
sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" |
|
|
|
|
|
|
|