|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.169 2012/08/23 06:18:50 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.170 2012/08/26 19:25:19 ajacoutot Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ldpd_flags=NO # for normal use: "" |
|
|
@ -61,6 +61,9 @@ tftpproxy_flags=NO # for normal use: "" |
|
|
|
# use -u to disable chroot, see httpd(8) |
|
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
|
|
|
|
|
# use -u to disable chroot, see nginx(8) |
|
|
|
nginx_flags=NO # for normal use: "" |
|
|
|
|
|
|
|
# For normal use: "-L sm-mta -bd -q30m", and note there is a cron job |
|
|
|
sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" |
|
|
|
spamd_flags=NO # for normal use: "" and see spamd(8) |
|
|
|