- woops, that is really broken
This commit is contained in:
parent
62dcfa904c
commit
08dcf69661
14
gpm.init
14
gpm.init
@ -12,16 +12,14 @@
|
|||||||
# source function library
|
# source function library
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
|
|
||||||
if test -e /etc/sysconfig/mouse
|
if test -e /etc/sysconfig/gpm ; then
|
||||||
then
|
. /etc/sysconfig/gpm
|
||||||
source /etc/sysconfig/mouse
|
|
||||||
MOUSECFG=/etc/sysconfig/mouse
|
|
||||||
fi
|
|
||||||
if test -e /etc/sysconfig/gpm
|
|
||||||
then
|
|
||||||
source /etc/sysconfig/gpm
|
|
||||||
MOUSECFG=/etc/sysconfig/gpm
|
MOUSECFG=/etc/sysconfig/gpm
|
||||||
fi
|
fi
|
||||||
|
if test -e /etc/sysconfig/mouse ; then
|
||||||
|
. /etc/sysconfig/mouse
|
||||||
|
MOUSECFG=/etc/sysconfig/mouse
|
||||||
|
fi
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
|
9
gpm.spec
9
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: 57
|
Release: 58
|
||||||
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
|
||||||
@ -171,6 +171,13 @@ fi
|
|||||||
%{_libdir}/libgpm.so
|
%{_libdir}/libgpm.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 13 2004 Florian La Roche <laroche@redhat.com>
|
||||||
|
- sysconfig/gpm should probably go away, that is more confusing than
|
||||||
|
helping anyone
|
||||||
|
- read at least sysconfig/gpm first as it seems to have the default values
|
||||||
|
and sysconfig/mouse is getting probed values and probably has better
|
||||||
|
settings in it.
|
||||||
|
|
||||||
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 1.20.1-57
|
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 1.20.1-57
|
||||||
- read both the sysconfig/mouse and sysconfig/gpm (preferrence to gpm
|
- read both the sysconfig/mouse and sysconfig/gpm (preferrence to gpm
|
||||||
settings), not just one of them, if both exist (#134389)
|
settings), not just one of them, if both exist (#134389)
|
||||||
|
Loading…
Reference in New Issue
Block a user