|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.165 2011/12/21 09:53:15 ajacoutot Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.166 2012/03/05 10:43:42 dlg Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ldpd_flags=NO # for normal use: "" |
|
|
@ -55,6 +55,7 @@ kadmind_flags=NO # for normal use: "" |
|
|
|
kpasswdd_flags=NO # for normal use: "" |
|
|
|
btd_flags=NO # for normal use: "" |
|
|
|
amd_flags=NO # for normal use: "" |
|
|
|
tftpd_flags=NO # for normal use: "[chroot dir]" |
|
|
|
|
|
|
|
# use -u to disable chroot, see httpd(8) |
|
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
|