|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.167 2012/04/01 18:32:51 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.168 2012/08/20 12:37:52 dlg 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 |
|
|
ldpd_flags=NO # for normal use: "" |
|
|
ldpd_flags=NO # for normal use: "" |
|
@ -56,6 +56,7 @@ kpasswdd_flags=NO # for normal use: "" |
|
|
btd_flags=NO # for normal use: "" |
|
|
btd_flags=NO # for normal use: "" |
|
|
amd_flags=NO # for normal use: "" |
|
|
amd_flags=NO # for normal use: "" |
|
|
tftpd_flags=NO # for normal use: "[chroot dir]" |
|
|
tftpd_flags=NO # for normal use: "[chroot dir]" |
|
|
|
|
|
tftpproxy_flags=NO # for normal use: "" |
|
|
|
|
|
|
|
|
# use -u to disable chroot, see httpd(8) |
|
|
# use -u to disable chroot, see httpd(8) |
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |
|
|