diff --git a/gpm.init b/gpm.init index 97e50b7..cd290a8 100755 --- a/gpm.init +++ b/gpm.init @@ -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 \ diff --git a/gpm.spec b/gpm.spec index 5dadc7f..834ed01 100644 --- a/gpm.spec +++ b/gpm.spec @@ -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 - 1.20.3-2 +- Enable gpm in runlevel 5 + * Thu May 29 2008 Zdenek Prikryl - 1.20.3-1 - Updated to 1.20.3 - Fixed init script to comply with LSB standard (#246937)