|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.18 1998/03/28 00:10:59 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.19 1998/04/07 06:11:54 deraadt Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
@ -16,6 +16,9 @@ photurisd_flags=NO # for 'normal' use: photurisd_flags="" |
|
|
|
mopd_flags=NO # for 'normal' use: mopd_flags="-a" |
|
|
|
httpd_flags=NO # for 'normal' use: httpd_flags="" |
|
|
|
|
|
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
|
xdm_flags=NO # for 'normal' use: xdm_flags="" |
|
|
|
|
|
|
|
# set the following to "YES" to turn them on |
|
|
|
rwhod=NO |
|
|
|
nfs_server=NO |
|
|
|