fix 135776. serial mice are fun!
This commit is contained in:
parent
2b9583dacf
commit
99f56652a0
5
gpm.init
5
gpm.init
@ -7,7 +7,7 @@
|
|||||||
# menus on the console.
|
# menus on the console.
|
||||||
# processname: gpm
|
# processname: gpm
|
||||||
# pidfile: /var/run/gpm.pid
|
# pidfile: /var/run/gpm.pid
|
||||||
# config: /etc/sysconfig/gpm
|
# config: /etc/sysconfig/mouse
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
@ -41,7 +41,8 @@ start() {
|
|||||||
if [ -n "$IMOUSETYPE" ]; then
|
if [ -n "$IMOUSETYPE" ]; then
|
||||||
modprobe sermouse > /dev/null 2>&1
|
modprobe sermouse > /dev/null 2>&1
|
||||||
/usr/sbin/inputattach -$IMOUSETYPE $DEVICE --daemon
|
/usr/sbin/inputattach -$IMOUSETYPE $DEVICE --daemon
|
||||||
. /etc/sysconfig/gpm
|
DEVICE="/dev/input/mice"
|
||||||
|
MOUSETYPE="exps2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$MOUSETYPE" ]; then
|
if [ -n "$MOUSETYPE" ]; then
|
||||||
|
5
gpm.spec
5
gpm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A mouse server for the Linux console.
|
Summary: A mouse server for the Linux console.
|
||||||
Name: gpm
|
Name: gpm
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 61
|
Release: 62
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
|
||||||
@ -172,6 +172,9 @@ fi
|
|||||||
%{_libdir}/libgpm.so
|
%{_libdir}/libgpm.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 13 2004 Adrian Havill <havill@redhat.com> 1.20.1-61
|
||||||
- remove unnecessary diagnostic and check of the consolename (#129962)
|
- remove unnecessary diagnostic and check of the consolename (#129962)
|
||||||
- remove /etc/sysconfig/gpm; set unset defaults in the init script instead
|
- remove /etc/sysconfig/gpm; set unset defaults in the init script instead
|
||||||
|
Loading…
Reference in New Issue
Block a user