Browse Source

wsmoused support; missed 2.9 -- bad aaron; heko@saitti.net

OPENBSD_3_0
deraadt 23 years ago
parent
commit
f72789505e
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      src/etc/rc
  2. +2
    -2
      src/etc/rc.conf

+ 3
- 3
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.167 2001/04/19 04:00:15 deraadt Exp $
# $OpenBSD: rc,v 1.168 2001/05/02 02:41:26 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -550,8 +550,8 @@ echo '.'
date
if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then
echo 'starting moused...'; /usr/sbin/moused ${moused_flags}
if [ "X${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then
echo 'starting wsmoused...'; /usr/sbin/wsmoused ${moused_flags}
fi
# Alternatively, on some architectures, xdm may be started in /etc/ttys.


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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.57 2001/04/19 04:00:15 deraadt Exp $
# $OpenBSD: rc.conf,v 1.58 2001/05/02 02:41:26 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@ -40,7 +40,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 # for ps/2 try: "-p /dev/psm0", serial: "-p /dev/cua00"
wsmoused_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