This commit is contained in:
parent
c7a7007900
commit
cbd3567a28
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 00:01:15 CET 2008 - crrodriguez@suse.de
|
||||
|
||||
- add missing calls to restart_on_update and stop_on_removal macros
|
||||
- update obsolete XUnitedLinux tags in the init script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 11:17:26 CET 2007 - rguenther@suse.de
|
||||
|
||||
|
202
gpm.spec
202
gpm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpm (Version 1.20.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gpm
|
||||
BuildRequires: bison ncurses-devel
|
||||
Url: http://linux.schottelius.org/gpm/
|
||||
@ -19,7 +20,7 @@ Provides: select
|
||||
PreReq: /bin/sed %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.20.1
|
||||
Release: 392
|
||||
Release: 405
|
||||
Summary: Console Mouse Support
|
||||
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
|
||||
Source1: rcgpm
|
||||
@ -81,13 +82,9 @@ Authors:
|
||||
cp %{S:1} %{S:2} %{S:3} .
|
||||
|
||||
%build
|
||||
aclocal
|
||||
autoconf
|
||||
autoreconf -fi
|
||||
CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM" \
|
||||
./configure --prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
%configure \
|
||||
--sysconfdir=/etc/gpm
|
||||
%ifarch %arm
|
||||
make CC="gcc -lm"
|
||||
@ -115,7 +112,11 @@ install -m 644 sysconfig.mouse-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||
install -m 755 rcgpm $RPM_BUILD_ROOT/etc/init.d/gpm
|
||||
ln -sf ../../etc/init.d/gpm $RPM_BUILD_ROOT/usr/sbin/rcgpm
|
||||
|
||||
%preun
|
||||
%stop_on_removal gpm
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
# rename variable in all possible locations for update
|
||||
for i in etc/rc.config etc/sysconfig/mouse ; do
|
||||
if test -f $i ; then
|
||||
@ -137,13 +138,13 @@ if grep "^GPM_PROTOCOL=" /etc/sysconfig/mouse 1>/dev/null 2>/dev/null ; then
|
||||
fi
|
||||
%{fillup_and_insserv -p gpm}
|
||||
%{fillup_only -an mouse }
|
||||
%{run_ldconfig}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%restart_on_update gpm
|
||||
%{insserv_cleanup}
|
||||
%{run_ldconfig}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -152,81 +153,84 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc BUGS COPYING Changes README README.SuSE TODO
|
||||
%doc doc/Announce doc/FAQ doc/README*
|
||||
%doc %{_infodir}/*
|
||||
%doc %{_mandir}/*/*
|
||||
%dir /etc/gpm/
|
||||
%{_infodir}/*
|
||||
%{_mandir}/*/*
|
||||
%dir /etc/gpm
|
||||
%config /etc/gpm/*
|
||||
%config /etc/init.d/gpm
|
||||
/usr/bin/*
|
||||
/usr/sbin/*
|
||||
/usr/include/*
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/*
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/lib*
|
||||
/var/adm/fillup-templates/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2007 - rguenther@suse.de
|
||||
* Fri Feb 22 2008 crrodriguez@suse.de
|
||||
- add missing calls to restart_on_update and stop_on_removal macros
|
||||
- update obsolete XUnitedLinux tags in the init script
|
||||
* Wed Dec 12 2007 rguenther@suse.de
|
||||
- use FOPEN_MAX instead of OPEN_MAX to fix build.
|
||||
* Tue Aug 07 2007 - anosek@suse.cz
|
||||
* Tue Aug 07 2007 anosek@suse.cz
|
||||
- fixed /etc/sysconfig/mouse should configure the mouse by default for gpm
|
||||
[#262749]
|
||||
* modified sysconfig.mouse-gpm accordingly
|
||||
* Thu May 24 2007 - schwab@suse.de
|
||||
* Thu May 24 2007 schwab@suse.de
|
||||
- Don't install t-mouse.el, part of emacs now.
|
||||
* Mon Mar 26 2007 - rguenther@suse.de
|
||||
* Mon Mar 26 2007 rguenther@suse.de
|
||||
- add bison BuildRequires
|
||||
* Thu Mar 22 2007 - rguenther@suse.de
|
||||
* Thu Mar 22 2007 rguenther@suse.de
|
||||
- add ncurses-devel BuildRequires
|
||||
* Tue Feb 27 2007 - prusnak@suse.cz
|
||||
* Tue Feb 27 2007 prusnak@suse.cz
|
||||
- verbosity.patch [#247230]
|
||||
* removed -V option from documentation (not supported anymore)
|
||||
* silented error when -V provided on command-line
|
||||
* Tue Feb 13 2007 - anosek@suse.cz
|
||||
* Tue Feb 13 2007 anosek@suse.cz
|
||||
- fixed libgpm.so.1 is not owned by any package [#244447]
|
||||
(gpm-1.20.1.patch)
|
||||
* Thu Jan 04 2007 - anosek@suse.cz
|
||||
* Thu Jan 04 2007 anosek@suse.cz
|
||||
- fixed twiddler.c:334: warning: operation on 'ptr' may be
|
||||
undefined (warnings.patch)
|
||||
* Thu Feb 16 2006 - mmarek@suse.cz
|
||||
* Thu Feb 16 2006 mmarek@suse.cz
|
||||
- merge rcgpm-error-messages.diff into rcgpm
|
||||
- hint users to run 'yast mouse' to configure gpm
|
||||
[#114919 and duplicates]
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Nov 03 2005 - mmarek@suse.cz
|
||||
* Thu Nov 03 2005 mmarek@suse.cz
|
||||
- fix apparent typo in gunze touchscreen driver [#132053]
|
||||
* Tue Aug 23 2005 - pmladek@suse.cz
|
||||
* Tue Aug 23 2005 pmladek@suse.cz
|
||||
- fixed the init script to print error messages if there are any
|
||||
problems with configuration [#106700]
|
||||
* Sat Apr 09 2005 - aj@suse.de
|
||||
* Sat Apr 09 2005 aj@suse.de
|
||||
- Fix build also on i386 with GCC 4.
|
||||
* Sat Mar 26 2005 - aj@suse.de
|
||||
* Sun Mar 27 2005 aj@suse.de
|
||||
- Fix build with GCC 4.
|
||||
* Thu Mar 24 2005 - uli@suse.de
|
||||
* Thu Mar 24 2005 uli@suse.de
|
||||
- fixed to build on ARM
|
||||
* Wed Nov 10 2004 - ro@suse.de
|
||||
* Wed Nov 10 2004 ro@suse.de
|
||||
- fixed file list
|
||||
* Fri Mar 05 2004 - mcihar@suse.cz
|
||||
* Fri Mar 05 2004 mcihar@suse.cz
|
||||
- fix possible segfault in Gpm_Open (bug #31970)
|
||||
* Fri Oct 17 2003 - mcihar@suse.cz
|
||||
* Fri Oct 17 2003 mcihar@suse.cz
|
||||
- do not build as root
|
||||
* Mon Sep 15 2003 - mcihar@suse.cz
|
||||
* Mon Sep 15 2003 mcihar@suse.cz
|
||||
- allow to set gpm repeating in sysconfig (GPM_REPEAT)
|
||||
* Thu Aug 14 2003 - mcihar@suse.cz
|
||||
* Thu Aug 14 2003 mcihar@suse.cz
|
||||
- added activation metadata to sysconfig template (bug #28903)
|
||||
* Fri Jun 20 2003 - ro@suse.de
|
||||
* Fri Jun 20 2003 ro@suse.de
|
||||
- added directories to filelist
|
||||
* Thu Apr 24 2003 - ro@suse.de
|
||||
* Thu Apr 24 2003 ro@suse.de
|
||||
- merged postuns
|
||||
* Thu Apr 24 2003 - ro@suse.de
|
||||
* Thu Apr 24 2003 ro@suse.de
|
||||
- fix install_info --delete call and move from preun to postun
|
||||
* Fri Mar 14 2003 - pmladek@suse.cz
|
||||
* Fri Mar 14 2003 pmladek@suse.cz
|
||||
- redirected stdin, stdout and stderr to /dev/null in the daemon mode [#25386]
|
||||
* Tue Mar 04 2003 - pmladek@suse.cz
|
||||
* Tue Mar 04 2003 pmladek@suse.cz
|
||||
- fixed Gpm_Open to initialize option.consolename only for the first time
|
||||
(Gpm_Open.patch) [#24587]
|
||||
* Mon Feb 17 2003 - mmj@suse.de
|
||||
* Mon Feb 17 2003 mmj@suse.de
|
||||
- Use %%install_info macros [#23421]
|
||||
* Thu Jan 09 2003 - pmladek@suse.cz
|
||||
* Thu Jan 09 2003 pmladek@suse.cz
|
||||
- updated to the stable version 1.20.1:
|
||||
* synaptics ps2 touchpad support
|
||||
* code cleanup in various main files
|
||||
@ -245,41 +249,41 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- fixed the default gpm/syn.conf according to the new synaptics.c
|
||||
- fixed to link with "-lm" if needed (ceil is not an inline function)
|
||||
and where needed (gpm, libgpm.so)
|
||||
* Thu Jan 02 2003 - pmladek@suse.cz
|
||||
* Thu Jan 02 2003 pmladek@suse.cz
|
||||
- added metadata to the sysconfig template [#22660]
|
||||
- got rid of the variable GPM_PROTOCOL from the init script and the
|
||||
sysconfig template, used MOUSETYPE instead (both variables were generated
|
||||
by YaST in SuLi 8.2, which is confusing and the variable MOUSETYPE
|
||||
better conforms with other variable names MOUSEDEVICE and XMOUSETYPE)
|
||||
* Wed Sep 18 2002 - ro@suse.de
|
||||
* Wed Sep 18 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Mon Sep 02 2002 - kukuk@suse.de
|
||||
* Mon Sep 02 2002 kukuk@suse.de
|
||||
- Remove unused yacc from neededforbuild
|
||||
- Move rcgpm symlink to the same location as the binary is
|
||||
- Remove not existent services from init script header
|
||||
* Tue Aug 13 2002 - pmladek@suse.cz
|
||||
* Tue Aug 13 2002 pmladek@suse.cz
|
||||
- already enabled __os_install_post macro
|
||||
* Mon Aug 12 2002 - pmladek@suse.de
|
||||
* Mon Aug 12 2002 pmladek@suse.de
|
||||
- fixed problem with variable argument lists [#17528]
|
||||
- removed patch which fixes messages, they are completely disabled
|
||||
in libgpm now, generally, no library should write messages on
|
||||
standart output or standart error output (it made problems
|
||||
with w3m for example)
|
||||
* Tue Jul 30 2002 - ro@suse.de
|
||||
* Wed Jul 31 2002 ro@suse.de
|
||||
- also rename MOUSE to MOUSEDEVICE on update
|
||||
- added PreReqs
|
||||
* Tue Jul 30 2002 - pmladek@suse.cz
|
||||
* Tue Jul 30 2002 pmladek@suse.cz
|
||||
- used the MOUSEDEVICE variable instead of the MOUSE variable [#17266]
|
||||
- the MOUSEDEVICE variable is filled up into /etc/sysconfig/mouse
|
||||
by this package now [#17266]
|
||||
* Thu Jul 25 2002 - pmladek@suse.cz
|
||||
* Thu Jul 25 2002 pmladek@suse.cz
|
||||
- fixed compactibility with older libgpm.so.1
|
||||
- fixed gpm messages:
|
||||
* added prefix "gpm: "
|
||||
* disabled debug messages in libgpm
|
||||
* improved message in function Gpm_Open when gpm server
|
||||
is not running
|
||||
* Thu Jul 11 2002 - pmladek@suse.cz
|
||||
* Thu Jul 11 2002 pmladek@suse.cz
|
||||
- added Silitek mouse drivers created by Dr. Werner Fink <werner@suse.de>
|
||||
- gpm config files changes:
|
||||
* installed gpm-twiddler.conf, many thanks to Dr. Werner Fink for hint
|
||||
@ -292,7 +296,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- fixed synaptics.c to read /etc/gpm/syn.conf with TABs
|
||||
- fixed support for reconnection for PS/2 mouses to save necessary values
|
||||
in struct mouse_features (to work correctly with dual-mouse stuff)
|
||||
* Wed Jul 10 2002 - pmladek@suse.cz
|
||||
* Wed Jul 10 2002 pmladek@suse.cz
|
||||
- updated to version 1.20.1rc1:
|
||||
* synaptics ps2 touchpad support
|
||||
* removed compile problems
|
||||
@ -310,53 +314,53 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- reorganized patches
|
||||
- used %%run_ldconfig macro in %%post and %%postun sections
|
||||
- fixed init script according to skeleton
|
||||
* Tue Jul 09 2002 - werner@suse.de
|
||||
* Tue Jul 09 2002 werner@suse.de
|
||||
- Bug fix in devfs.c for twid and other keyboards
|
||||
- Bug fix in gpm.c: Some PS/2 devices really wants be readed
|
||||
byte by byte
|
||||
- Complete the PS/2 command bytes in headers/defines.h
|
||||
* Fri Mar 15 2002 - kukuk@suse.de
|
||||
* Fri Mar 15 2002 kukuk@suse.de
|
||||
- fix typo in sysconfig.gpm [Bug #15034]
|
||||
* Thu Jan 17 2002 - pmladek@suse.cz
|
||||
* Thu Jan 17 2002 pmladek@suse.cz
|
||||
- added variable GPM_PROTOCOL to /etc/sysconfig/mouse
|
||||
- if the variable GPM_PARAM is empty then gpm will start with option
|
||||
"-t $GPM_PROTOCOL -m $MOUSE" now
|
||||
* Wed Jan 16 2002 - ro@suse.de
|
||||
* Wed Jan 16 2002 ro@suse.de
|
||||
- removed setup.selection
|
||||
* Fri Jan 11 2002 - pmladek@suse.cz
|
||||
* Fri Jan 11 2002 pmladek@suse.cz
|
||||
- used macro %%{_libdir} to fix for lib64
|
||||
- fixed rights of static library to 644
|
||||
- fixed documentation in /usr/share/doc/packages/gpm
|
||||
* Tue Jan 08 2002 - egmont@suselinux.hu
|
||||
* Tue Jan 08 2002 egmont@suselinux.hu
|
||||
- removed colons from init script messages
|
||||
* Tue Jan 08 2002 - ro@suse.de
|
||||
* Tue Jan 08 2002 ro@suse.de
|
||||
- moved GPM_PARAM to /etc/sysconfig/mouse
|
||||
* Mon Dec 10 2001 - pmladek@suse.cz
|
||||
* Mon Dec 10 2001 pmladek@suse.cz
|
||||
- updated to version 1.19.6:
|
||||
* Synaptics 4 Button Touchpad support
|
||||
* IntelliMouse Explorer support
|
||||
* some bug fixes
|
||||
- removed obsolete mktemp security patch
|
||||
* Wed Dec 05 2001 - ro@suse.de
|
||||
* Wed Dec 05 2001 ro@suse.de
|
||||
- add "-p" to macro call to deactivate perl-hack
|
||||
* Wed Dec 05 2001 - ro@suse.de
|
||||
* Wed Dec 05 2001 ro@suse.de
|
||||
- use fillup_and_insserv and removed START_GPM
|
||||
- move variable GPM_PARAM to this package
|
||||
* Thu Oct 18 2001 - pmladek@suse.cz
|
||||
* Thu Oct 18 2001 pmladek@suse.cz
|
||||
- fixed permissions of /dev/gpmctl back to 777, thus the
|
||||
applications (mc) can use mouse support for normal user (#11893)
|
||||
* Mon Sep 17 2001 - pmladek@suse.cz
|
||||
* Mon Sep 17 2001 pmladek@suse.cz
|
||||
- fixed to detect tokens AA 00 only in protocols
|
||||
for ps/2 mouses
|
||||
* Mon Sep 10 2001 - pmladek@suse.cz
|
||||
* Mon Sep 10 2001 pmladek@suse.cz
|
||||
- fixed to read only two bytes when mouse is
|
||||
reconected and it sends tokens AA 00
|
||||
* Fri Sep 07 2001 - pmladek@suse.cz
|
||||
* Fri Sep 07 2001 pmladek@suse.cz
|
||||
- fixed detection of reconnection of ps2 mouses and friends
|
||||
with kernel 2.4.9 or higher (bug #9822)
|
||||
* I take inspiration in patch from
|
||||
George Staikos (staikos@0wned.org)
|
||||
* Thu Aug 23 2001 - pmladek@suse.cz
|
||||
* Thu Aug 23 2001 pmladek@suse.cz
|
||||
- updated to version 1.19.3:
|
||||
* security fixes:
|
||||
* close the newly accept()ed socket in case of
|
||||
@ -373,76 +377,76 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* fix permissions on /dev/gpmctl
|
||||
* call initgroups in gpm-root before spawning command as user
|
||||
* make gpm-root work on big endian
|
||||
* Mon Aug 06 2001 - kukuk@suse.de
|
||||
* Mon Aug 06 2001 kukuk@suse.de
|
||||
- Fix comment about init script location [Bug #9494]
|
||||
* Thu Jun 14 2001 - pmladek@suse.cz
|
||||
* Thu Jun 14 2001 pmladek@suse.cz
|
||||
- fixed link libgpm.so.1
|
||||
* Fri Jun 08 2001 - kukuk@suse.de
|
||||
* Fri Jun 08 2001 kukuk@suse.de
|
||||
- Use _libdir macros
|
||||
* Fri Jun 08 2001 - pmladek@suse.cz
|
||||
* Fri Jun 08 2001 pmladek@suse.cz
|
||||
- fixed to compile on sparc64 (libraries in /usr/lib64 now)
|
||||
- fixed BUILD_ROOT
|
||||
* Wed May 16 2001 - pmladek@suse.cz
|
||||
* Wed May 16 2001 pmladek@suse.cz
|
||||
- fixed cast warnings on ia64
|
||||
* Mon Apr 23 2001 - pmladek@suse.cz
|
||||
* Mon Apr 23 2001 pmladek@suse.cz
|
||||
- fixed warnings on ia64
|
||||
* Thu Apr 12 2001 - pmladek@suse.cz
|
||||
* Thu Apr 12 2001 pmladek@suse.cz
|
||||
- fixed init script by new skeleton
|
||||
- fixed to compile
|
||||
- removed include $(DEPS) from makefile
|
||||
* Mon Jan 15 2001 - nadvornik@suse.cz
|
||||
* Mon Jan 15 2001 nadvornik@suse.cz
|
||||
- added Required-Start: $remote_fs $syslog [bug #5580]
|
||||
* Tue Jan 02 2001 - olh@suse.de
|
||||
* Tue Jan 02 2001 olh@suse.de
|
||||
- add script name to %%postin
|
||||
* Wed Dec 20 2000 - pthomas@suse.de
|
||||
* Wed Dec 20 2000 pthomas@suse.de
|
||||
- Fix bug in Gpm_Wgetch
|
||||
* Tue Nov 28 2000 - ro@suse.de
|
||||
* Tue Nov 28 2000 ro@suse.de
|
||||
- sbin/init.d -> etc/init.d
|
||||
* Wed Nov 22 2000 - nadvornik@suse.cz
|
||||
* Wed Nov 22 2000 nadvornik@suse.cz
|
||||
- removed runlevel links
|
||||
- fixed init script
|
||||
* Mon Oct 09 2000 - nadvornik@suse.cz
|
||||
* Mon Oct 09 2000 nadvornik@suse.cz
|
||||
- fixed Copyright
|
||||
- used bzip2
|
||||
* Fri Oct 06 2000 - schwab@suse.de
|
||||
* Fri Oct 06 2000 schwab@suse.de
|
||||
- Use getdtablesize() instead of OPEN_MAX.
|
||||
* Mon Jul 17 2000 - nadvornik@suse.cz
|
||||
* Mon Jul 17 2000 nadvornik@suse.cz
|
||||
- added security patch for disable-paste. Now it don't
|
||||
need to be installed with suid root.
|
||||
* Thu Apr 27 2000 - nadvornik@suse.cz
|
||||
* Thu Apr 27 2000 nadvornik@suse.cz
|
||||
- added initgroups() patch
|
||||
- used --sysconfdir=/etc
|
||||
* Tue Apr 18 2000 - nadvornik@suse.cz
|
||||
* Tue Apr 18 2000 nadvornik@suse.cz
|
||||
- added BuildRoot
|
||||
* Mon Apr 03 2000 - uli@suse.de
|
||||
* Mon Apr 03 2000 uli@suse.de
|
||||
- merged in gpm-root fix by Alessandro Rubini
|
||||
* Fri Feb 25 2000 - kukuk@suse.de
|
||||
* Fri Feb 25 2000 kukuk@suse.de
|
||||
- Move /usr/{info,man} -> /usr/share/{info,man}
|
||||
* Mon Jan 31 2000 - uli@suse.de
|
||||
* Mon Jan 31 2000 uli@suse.de
|
||||
- added fix for possible /tmp race attacks by thomas@suse.de
|
||||
* Fri Dec 17 1999 - ro@suse.de
|
||||
* Fri Dec 17 1999 ro@suse.de
|
||||
- removed params for ldconfig (-l does not work any more)
|
||||
- update to 1.18.1
|
||||
- got rid of Makefile.Linux
|
||||
- use RPM_OPT_FLAGS for configure
|
||||
* Mon Oct 11 1999 - uli@suse.de
|
||||
* Mon Oct 11 1999 uli@suse.de
|
||||
- update -> 1.18.0
|
||||
* Mon Sep 13 1999 - bs@suse.de
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Tue Mar 16 1999 - ro@suse.de
|
||||
* Tue Mar 16 1999 ro@suse.de
|
||||
- fixed rc-script: check if gpm already running
|
||||
* Fri Mar 05 1999 - ro@suse.de
|
||||
* Fri Mar 05 1999 ro@suse.de
|
||||
- fixed rc script
|
||||
* Tue Mar 02 1999 - ro@suse.de
|
||||
* Tue Mar 02 1999 ro@suse.de
|
||||
- update to 1.17.5
|
||||
* Mon Dec 07 1998 - ro@suse.de
|
||||
* Mon Dec 07 1998 ro@suse.de
|
||||
- updated init-script
|
||||
- added rcgpm symlink
|
||||
* Fri Oct 24 1997 - florian@suse.de
|
||||
* Fri Oct 24 1997 florian@suse.de
|
||||
- update to gpm 1.13
|
||||
* Sun May 04 1997 - bs@suse.de
|
||||
* Sun May 04 1997 bs@suse.de
|
||||
- added /var/adm/setup/setup.selection
|
||||
* Wed Apr 30 1997 - florian@suse.de
|
||||
* Wed Apr 30 1997 florian@suse.de
|
||||
- update to version 1.12
|
||||
* Thu Jan 02 1997 - florian@suse.de
|
||||
* Thu Jan 02 1997 florian@suse.de
|
||||
- move startup scripts from aaa_base to gpm.tgz
|
||||
|
5
rcgpm
5
rcgpm
@ -13,12 +13,13 @@
|
||||
### BEGIN INIT INFO
|
||||
# Provides: gpm
|
||||
# Required-Start: $remote_fs $syslog
|
||||
# X-UnitedLinux-Should-Start:
|
||||
# Should-Start:
|
||||
# Required-Stop: $remote_fs $syslog
|
||||
# X-UnitedLinux-Should-Stop:
|
||||
# Should-Stop:
|
||||
# Default-Start: 2 3
|
||||
# Default-Stop: 0 1 5 6
|
||||
# Description: Start gpm to allow mouse on console
|
||||
# Short-Description: Console mouse support
|
||||
### END INIT INFO
|
||||
|
||||
# Check for missing binaries (stale symlinks should not happen)
|
||||
|
Loading…
Reference in New Issue
Block a user