|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.16 1998/03/07 12:54:41 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.17 1998/03/25 07:25:21 deraadt 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: routed_flags="-q" |
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
@ -14,6 +14,7 @@ named_flags=NO # for 'normal' use: named_flags="" |
|
|
timed_flags=NO # for 'normal' use: timed_flags="" |
|
|
timed_flags=NO # for 'normal' use: timed_flags="" |
|
|
photurisd_flags=NO # for 'normal' use: photurisd_flags="" |
|
|
photurisd_flags=NO # for 'normal' use: photurisd_flags="" |
|
|
mopd_flags=NO # for 'normal' use: mopd_flags="-a" |
|
|
mopd_flags=NO # for 'normal' use: mopd_flags="-a" |
|
|
|
|
|
httpd_flags=NO # for 'normal' use: httpd_flags="" |
|
|
|
|
|
|
|
|
# set the following to "YES" to turn them on |
|
|
# set the following to "YES" to turn them on |
|
|
rwhod=NO |
|
|
rwhod=NO |
|
|