[Pkg-voip-commits] r2654 - iaxmodem/trunk/debian

Julien Blache jblache at alioth.debian.org
Sat Oct 28 10:55:19 CEST 2006


Author: jblache
Date: 2006-10-28 10:55:19 +0200 (Sat, 28 Oct 2006)
New Revision: 2654

Modified:
   iaxmodem/trunk/debian/changelog
   iaxmodem/trunk/debian/iaxmodem.init
Log:
Add LSB header.


Modified: iaxmodem/trunk/debian/changelog
===================================================================
--- iaxmodem/trunk/debian/changelog	2006-10-28 08:47:23 UTC (rev 2653)
+++ iaxmodem/trunk/debian/changelog	2006-10-28 08:55:19 UTC (rev 2654)
@@ -6,8 +6,10 @@
     + Do not remove config.* in get-orig-source.
   * debian/patches/11_build_configure-stamp.dpatch:
     + Updated.
+  * debian/iaxmodem.init:
+    + Added LSB header.
 
- -- Julien BLACHE <jblache at debian.org>  Sat, 28 Oct 2006 10:46:56 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sat, 28 Oct 2006 10:54:55 +0200
 
 iaxmodem (0.1.14.dfsg-1) unstable; urgency=low
 

Modified: iaxmodem/trunk/debian/iaxmodem.init
===================================================================
--- iaxmodem/trunk/debian/iaxmodem.init	2006-10-28 08:47:23 UTC (rev 2653)
+++ iaxmodem/trunk/debian/iaxmodem.init	2006-10-28 08:55:19 UTC (rev 2654)
@@ -1,4 +1,18 @@
 #! /bin/sh
+#
+### BEGIN INIT INFO
+# Provides:          iaxmodem
+# Required-Start:    $syslog $local_fs $network
+# Required-Stop:     $syslog $local_fs $network
+# Should-Start:      asterisk
+# Should-Stop:       asterisk
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Software modem with IAX2 connectivity
+# Description:       Use this software modem with Asterisk or another
+#                    IPBX with IAX2 connectivity to send and receive
+#                    faxes over VoIP.
+### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/bin/iaxmodem




More information about the Pkg-voip-commits mailing list