[Pkg-voip-commits] r8025 - in /asterisk/trunk/debian: asterisk.init changelog

paravoid at alioth.debian.org paravoid at alioth.debian.org
Sun Feb 7 13:15:18 UTC 2010


Author: paravoid
Date: Sun Feb  7 13:15:13 2010
New Revision: 8025

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8025
Log:
Use $remote_fs instead of $local_fs in init script's Required-{Start,Stop}
since we use /usr. Thanks lintian!

Modified:
    asterisk/trunk/debian/asterisk.init
    asterisk/trunk/debian/changelog

Modified: asterisk/trunk/debian/asterisk.init
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/asterisk.init?rev=8025&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.init (original)
+++ asterisk/trunk/debian/asterisk.init Sun Feb  7 13:15:13 2010
@@ -12,8 +12,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          asterisk
-# Required-Start:    $local_fs
-# Required-Stop:     $local_fs
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      dahdi mysql postgresql
 # Should-Stop:       mysql postgresql
 # Default-Start:     2 3 4 5

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=8025&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sun Feb  7 13:15:13 2010
@@ -7,6 +7,8 @@
   * Bump Standards-Version to 3.8.4, no changes needed.
   * Add ${misc:Depends} on all packages; no functional change, just makes
     lintian happier.
+  * Use $remote_fs instead of $local_fs in init script's Required-{Start,Stop}
+    since we use /usr. Thanks lintian!
 
   [ Tzafrir Cohen ]
   * New upstream release. Fixes CVE-2010-0441 (AST-2010-001).
@@ -14,7 +16,7 @@
   * Move sound files tarball to a safe place, as the patch we used to
     protect them is aparantly not in effect at clean time.
 
- -- Faidon Liambotis <paravoid at debian.org>  Sun, 07 Feb 2010 15:10:35 +0200
+ -- Faidon Liambotis <paravoid at debian.org>  Sun, 07 Feb 2010 15:13:47 +0200
 
 asterisk (1:1.6.2.0-1) unstable; urgency=low
 




More information about the Pkg-voip-commits mailing list