|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.26 1998/08/19 04:25:49 form Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.27 1998/08/25 18:19:41 marc 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" |
|
@ -15,6 +15,7 @@ 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="" |
|
|
httpd_flags=NO # for 'normal' use: httpd_flags="" |
|
|
|
|
|
apmd_flags=NO # for 'normal' use: apmd_flags="" |
|
|
dhcpd_flags=NO # for 'normal' use: dhcpd_flags="-q" |
|
|
dhcpd_flags=NO # for 'normal' use: dhcpd_flags="-q" |
|
|
|
|
|
|
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|