Browse Source

wsmoused works on amd64 too; carvalholatas@gmail.com

OPENBSD_3_9
deraadt 18 years ago
parent
commit
f36e1884f7
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.107 2005/10/31 10:32:47 henning Exp $
# $OpenBSD: rc.conf,v 1.108 2005/11/01 20:32:42 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -51,7 +51,7 @@ identd_flags=NO # for non-inetd use: "-b -elo"
# On some architectures, you must also disable console getty in /etc/ttys
xdm_flags=NO # for normal use: ""
# For enabling console mouse support (i386 and alpha only)
# For enabling console mouse support (i386 alpha amd64)
wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
# set the following to "YES" to turn them on


Loading…
Cancel
Save