|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.106 2005/06/02 20:09:38 tholo Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.107 2005/10/31 10:32:47 henning 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" |
|
@ -31,6 +31,7 @@ rtsold_flags=NO # for normal use: interface |
|
|
lpd_flags=NO # for normal use: "" (or "-l" for debugging) |
|
|
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: "" |
|
|
|
|
|
|
|
|
# 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)) |
|
|