|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.81 2002/11/23 18:29:21 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.82 2002/12/03 19:15:06 miod 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" |
|
@ -42,7 +42,7 @@ identd_flags=NO # for non-inetd use: "-b -u nobody -elo" |
|
|
# 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=NO # for normal use: "" |
|
|
|
|
|
|
|
|
# For enabling console mouse support (i386 architecture only) |
|
|
|
|
|
|
|
|
# For enabling console mouse support (i386 and alpha only) |
|
|
wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" |
|
|
wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" |
|
|
|
|
|
|
|
|
# set the following to "YES" to turn them on |
|
|
# set the following to "YES" to turn them on |
|
|