Browse Source

Give examples of moused_flags usage for ps/2 and serial mice.

OPENBSD_2_8
aaron 24 years ago
parent
commit
85796607b6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.conf

+ 2
- 2
src/etc/rc.conf View File

@ -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


Loading…
Cancel
Save