fix 135776. serial mice are fun!

This commit is contained in:
Bill Nottingham 2004-10-15 03:32:23 +00:00
parent 2b9583dacf
commit 99f56652a0
2 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# menus on the console.
# processname: gpm
# pidfile: /var/run/gpm.pid
# config: /etc/sysconfig/gpm
# config: /etc/sysconfig/mouse
# source function library
. /etc/init.d/functions
@ -41,7 +41,8 @@ start() {
if [ -n "$IMOUSETYPE" ]; then
modprobe sermouse > /dev/null 2>&1
/usr/sbin/inputattach -$IMOUSETYPE $DEVICE --daemon
. /etc/sysconfig/gpm
DEVICE="/dev/input/mice"
MOUSETYPE="exps2"
fi
if [ -n "$MOUSETYPE" ]; then

View File

@ -1,7 +1,7 @@
Summary: A mouse server for the Linux console.
Name: gpm
Version: 1.20.1
Release: 61
Release: 62
License: GPL
Group: System Environment/Daemons
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
@ -172,6 +172,9 @@ fi
%{_libdir}/libgpm.so
%changelog
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.20.1-62
- fix remaining sourcing of /etc/sysconfig/gpm (#135776)
* Wed Oct 13 2004 Adrian Havill <havill@redhat.com> 1.20.1-61
- remove unnecessary diagnostic and check of the consolename (#129962)
- remove /etc/sysconfig/gpm; set unset defaults in the init script instead