fix 133141
This commit is contained in:
parent
a5360e79fc
commit
2df288c7fb
4
gpm.init
4
gpm.init
@ -7,13 +7,13 @@
|
|||||||
# 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/mouse
|
# config: /etc/sysconfig/gpm
|
||||||
|
|
||||||
# source function library
|
# source function library
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
[ -e /etc/sysconfig/gpm ] && . /etc/sysconfig/gpm
|
[ -e /etc/sysconfig/gpm ] && . /etc/sysconfig/gpm
|
||||||
|
|
||||||
MOUSECFG=/etc/sysconfig/mouse
|
MOUSECFG=/etc/sysconfig/gpm
|
||||||
|
|
||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
|
6
gpm.spec
6
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: 52
|
Release: 53
|
||||||
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,7 +172,9 @@ fi
|
|||||||
%{_libdir}/libgpm.so
|
%{_libdir}/libgpm.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 23 2004 Adrian Havill <havill@redhat.com> 1.20.1-52
|
* Thu Sep 23 2004 Adrian Havill <havill@redhat.com> 1.20.1-53
|
||||||
|
- change mouse config file from /etc/sysconfig/mouse to /etc/sysconfig/gpm
|
||||||
|
(#133141)
|
||||||
- fixed compile vs new kernheaders (#131783)
|
- fixed compile vs new kernheaders (#131783)
|
||||||
|
|
||||||
* Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-49
|
* Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-49
|
||||||
|
Loading…
Reference in New Issue
Block a user