diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-16 14:57:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-16 14:57:14 +0000 |
commit | 4b99c8f4d93b8f3e560b072bd4870103b6fba1b5 (patch) | |
tree | 03257d7ab857d55117364533f223cd7d635e671a | |
parent | a795a4581eb2a805f68c780f877925f8868e4ade (diff) |
Give examples of moused_flags usage for ps/2 and serial mice.
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 3a54fc4c823..6c491dcedec 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -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 |