rpms/kannel/devel kannel.init,1.2,1.3 kannel.spec,1.18,1.19

Matthias Saou thias at fedoraproject.org
Mon Dec 22 16:20:54 UTC 2008


Author: thias

Update of /cvs/extras/rpms/kannel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16462

Modified Files:
	kannel.init kannel.spec 
Log Message:
Added "INIT INFO" block to the init script (#246964).



Index: kannel.init
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/kannel.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kannel.init	2 Oct 2006 15:25:40 -0000	1.2
+++ kannel.init	22 Dec 2008 16:20:23 -0000	1.3
@@ -6,6 +6,14 @@
 # description:  The Kannel WAP and SMS gateway services
 # config: /etc/kannel.conf
 
+### BEGIN INIT INFO
+# Provides: kannel
+# Required-Start: $local_fs $remote_fs $network $named
+# Required-Stop: $local_fs $remote_fs $network
+# Short-Description: start and stop Kannel WAP gateway services
+# Description: Kannel is a set of daemons implementing WAP gateway services.
+### END INIT INFO
+
 # Use start-stop-kannel
 prog="/usr/sbin/start-stop-kannel"
 args="--start --background --chuid kannel:kannel --exec "


Index: kannel.spec
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/kannel.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- kannel.spec	22 Dec 2008 15:22:44 -0000	1.18
+++ kannel.spec	22 Dec 2008 16:20:23 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: WAP and SMS gateway
 Name: kannel
 Version: 1.4.1
-Release: 8
+Release: 9
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.kannel.org/
@@ -141,10 +141,11 @@
 
 
 %changelog
-* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.4.1-8
+* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.4.1-9
 - Include patch to fix openssl detection on 64bit.
 - Include gw-config wrapper script to fix multilib conflicts (#341701).
 - Include patch to remove definitions of types which never happen on Linux.
+- Added "INIT INFO" block to the init script (#246964).
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3




More information about the fedora-extras-commits mailing list