rpms/fnfx/F-7 fnfx-fnfxd,1.1,1.2 fnfx.spec,1.7,1.8

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Dec 9 16:23:58 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/fnfx/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30271/F-7

Modified Files:
	fnfx-fnfxd fnfx.spec 
Log Message:
- add LSB support (#246927)



Index: fnfx-fnfxd
===================================================================
RCS file: /cvs/pkgs/rpms/fnfx/F-7/fnfx-fnfxd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fnfx-fnfxd	24 Aug 2005 07:55:33 -0000	1.1
+++ fnfx-fnfxd	9 Dec 2007 16:23:19 -0000	1.2
@@ -6,7 +6,15 @@
 # chkconfig: 2345 10 90
 # description: Make the multimedia buttons and Fn-Key combinations
 #              work on Toshiba laptops.
-
+### BEGIN INIT INFO
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Default-Start:  2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start and stop fn-keys for toshiba laptops
+# Description: Make the multimedia buttons and Fn-Key combinations
+#              work on Toshiba laptops.
+### END INIT INFO
 # Source function library.
 . /etc/init.d/functions
 
@@ -45,7 +53,7 @@
 	stop
 	start
 	;;
-  condrestart)
+  condrestart|force-reload|try-restart)
 	if [ -f /var/lock/subsys/$prog ]; then
 		stop
 		start
@@ -56,7 +64,7 @@
 	RETVAL=$?
 	;;
   *)
-	echo $"Usage: $0 {start|stop|restart|condrestart|status}"
+	echo $"Usage: $0 {start|stop|restart|try-restart|reload|force-reload|status}"
 	RETVAL=1
 esac
 


Index: fnfx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fnfx/F-7/fnfx.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fnfx.spec	22 Aug 2007 07:25:51 -0000	1.7
+++ fnfx.spec	9 Dec 2007 16:23:19 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           fnfx
 Version:        0.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Hotkey functions for Toshiba laptops
 
 Group:          System Environment/Daemons
@@ -65,9 +65,14 @@
 %exclude %{_sysconfdir}/fnfx/fnfxrc_example
 
 %changelog
+* Sun Dec 09 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.3-10
+- add init LSB support (#246927)
+
 * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.3-9
 - new license tag
+- rebuild for buildid
 
 * Wed Sep 13 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.3-8




More information about the fedora-extras-commits mailing list