|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.131 2008/11/27 00:52:06 uwe Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.132 2009/03/16 23:18:45 jacekm Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ripd_flags=NO # for normal use: "" |
|
|
@ -41,6 +41,7 @@ hostapd_flags=NO # for normal use: "" |
|
|
|
ifstated_flags=NO # for normal use: "" |
|
|
|
relayd_flags=NO # for normal use: "" |
|
|
|
snmpd_flags=NO # for normal use: "" |
|
|
|
smtpd_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)) |
|
|
|