|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.32 1998/10/12 03:02:57 art Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.33 1998/11/11 09:22:49 downsj 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" |
|
@ -18,6 +18,9 @@ httpd_flags=NO # for 'normal' use: httpd_flags="" |
|
|
apmd_flags=NO # for 'normal' use: apmd_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" |
|
|
|
|
|
|
|
|
|
|
|
# Set to NO if ftpd is running out of inetd |
|
|
|
|
|
ftpd_flags=NO # for non-inetd use: ftpd_flags="-D" |
|
|
|
|
|
|
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
xdm_flags=NO # for 'normal' use: xdm_flags="" |
|
|
xdm_flags=NO # for 'normal' use: xdm_flags="" |
|
|
|
|
|
|
|
|