|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.52 2000/09/01 06:56:49 aaron Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.53 2000/10/16 14:57:13 aaron Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -39,7 +39,7 @@ identd_flags=NO # for non-inetd use: "-b -u nobody -elo" |
|
|
|
xdm_flags=NO # for normal use: "" |
|
|
|
|
|
|
|
# For enabling console mouse support (i386 architecture only) |
|
|
|
moused_flags=NO # see moused(8) for options |
|
|
|
moused_flags=NO # for ps/2 try: "-p /dev/psm0", serial: "-p /dev/cua00" |
|
|
|
|
|
|
|
# set the following to "YES" to turn them on |
|
|
|
rwhod=NO |
|
|
|