Enable gpm in runlevel 5

This commit is contained in:
Zdenek Prikryl 2008-06-04 12:06:10 +00:00
parent 5aa6d6e317
commit c19a4ca89d
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# chkconfig: 234 85 15
# chkconfig: 2345 85 15
# description: GPM adds mouse support to text-based Linux applications such \
# as the Midnight Commander. It also allows mouse-based console \
# cut-and-paste operations, and includes support for pop-up \

View File

@ -1,7 +1,7 @@
Summary: A mouse server for the Linux console.
Name: gpm
Version: 1.20.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Daemons
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
@ -174,6 +174,9 @@ fi
%{_libdir}/libgpm.so
%changelog
* Thu Jun 04 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.3-2
- Enable gpm in runlevel 5
* Thu May 29 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.3-1
- Updated to 1.20.3
- Fixed init script to comply with LSB standard (#246937)