[Pkg-voip-commits] r2436 - destar/trunk/debian

Santiago Ruano Rincón santiago at costa.debian.org
Wed Sep 27 19:30:49 UTC 2006


Author: santiago
Date: 2006-09-27 19:30:45 +0000 (Wed, 27 Sep 2006)
New Revision: 2436

Modified:
   destar/trunk/debian/README.Debian
   destar/trunk/debian/changelog
   destar/trunk/debian/destar.init
Log:
  * Modified init.d script according to
    http://wiki.debian.org/LSBInitScripts
  * Fixed typo in README.Debian



Modified: destar/trunk/debian/README.Debian
===================================================================
--- destar/trunk/debian/README.Debian	2006-09-27 14:47:14 UTC (rev 2435)
+++ destar/trunk/debian/README.Debian	2006-09-27 19:30:45 UTC (rev 2436)
@@ -9,7 +9,7 @@
 installing this package will currently automatically start the destar 
 daemon.
 
-CDR records and statistics wont be completly useable if asterisk module
+CDR records and statistics wont be completly usable if asterisk module
 cdr_sqlite3_custom is not present. It can be downloaded from
 http://bugs.digium.com/view.php?id=7149
 

Modified: destar/trunk/debian/changelog
===================================================================
--- destar/trunk/debian/changelog	2006-09-27 14:47:14 UTC (rev 2435)
+++ destar/trunk/debian/changelog	2006-09-27 19:30:45 UTC (rev 2436)
@@ -1,3 +1,12 @@
+destar (0.2beta+rev481-2) unstable; urgency=low
+
+  * Modified init.d script according to 
+    http://wiki.debian.org/LSBInitScripts
+  * Fixed typo in README.Debian
+  * lintian is now happy
+
+ -- Santiago Ruano Rincón <santiago at debian.org>  Mon, 25 Sep 2006 00:23:14 -0500
+
 destar (0.2beta+rev481-1) unstable; urgency=low
 
   * New svn reversion. Closes: #384630. Closes: #384632

Modified: destar/trunk/debian/destar.init
===================================================================
--- destar/trunk/debian/destar.init	2006-09-27 14:47:14 UTC (rev 2435)
+++ destar/trunk/debian/destar.init	2006-09-27 19:30:45 UTC (rev 2436)
@@ -1,6 +1,18 @@
 #! /bin/sh
 # Starts and stops the Destar, Asterisk Web GUI
 
+### BEGIN INIT INFO
+# Provides:          destar
+# Required-Start:    $syslog 
+# Required-Stop:     $syslog
+# Should-Start:      $local_fs
+# Should-Stop:       $local_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Asterisk Web GUI DeStar
+# Description:       A web interface to manage 
+#		     the Asterisk PBX
+### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/destar




More information about the Pkg-voip-commits mailing list