|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.108 2005/11/01 20:32:42 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.109 2005/11/16 09:19:36 camield 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 |
|
|
routed_flags=NO # for normal use: "-q" |
|
|
routed_flags=NO # for normal use: "-q" |
|
@ -32,6 +32,7 @@ lpd_flags=NO # for normal use: "" (or "-l" for debugging) |
|
|
sensorsd_flags=NO # for normal use: "" |
|
|
sensorsd_flags=NO # for normal use: "" |
|
|
hotplugd_flags=NO # for normal use: "" |
|
|
hotplugd_flags=NO # for normal use: "" |
|
|
watchdogd_flags=NO # for normal use: "" |
|
|
watchdogd_flags=NO # for normal use: "" |
|
|
|
|
|
ftpproxy_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)) |
|
|