[Pkg-voip-commits] r8284 - in /dahdi-tools/trunk/debian: changelog patches/init_stop patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Apr 19 21:28:09 UTC 2010


Author: tzafrir
Date: Mon Apr 19 21:28:09 2010
New Revision: 8284

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8284
Log:
Patch init_stop: Also declare dependencies for 'stop'.

Added:
    dahdi-tools/trunk/debian/patches/init_stop
Modified:
    dahdi-tools/trunk/debian/changelog
    dahdi-tools/trunk/debian/patches/series

Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=8284&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog (original)
+++ dahdi-tools/trunk/debian/changelog Mon Apr 19 21:28:09 2010
@@ -5,8 +5,9 @@
     astribank_allow_ignoreend, init_unload_modules and wcb4xxp_extra_trunk
     dropped: merged upstream.
   * dahdi-linux 2.3.0 is required (extra config options for dahdi_cfg).
-
- -- Tzafrir Cohen <tzafrir at debian.org>  Mon, 19 Apr 2010 21:45:20 +0300
+  * Patch init_stop: Also declare dependencies for 'stop'.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 20 Apr 2010 00:27:09 +0300
 
 dahdi-tools (1:2.2.1.1-1) unstable; urgency=low
 

Added: dahdi-tools/trunk/debian/patches/init_stop
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/init_stop?rev=8284&op=file
==============================================================================
--- dahdi-tools/trunk/debian/patches/init_stop (added)
+++ dahdi-tools/trunk/debian/patches/init_stop Mon Apr 19 21:28:09 2010
@@ -1,0 +1,29 @@
+From: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Subject: [PATCH] Add proper dependencies to the 'stop' action as well.
+Applied-Upstream: 2.3, http://svn.digium.com/svn/dahdi/tools/branches/2.3@8546 
+
+Merged revisions 8535 via svnmerge from
+http://svn.digium.com/svn/dahdi/tools/trunk
+---
+ dahdi.init |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/dahdi.init b/dahdi.init
+index 3460c44..874fa46 100755
+--- a/dahdi.init
++++ b/dahdi.init
+@@ -11,9 +11,9 @@
+ ### BEGIN INIT INFO
+ # Provides:        dahdi
+ # Required-Start:  $local_fs $remote_fs
+-# Required-Stop:
++# Required-Stop:   $local_fs $remote_fs
+ # Should-Start:    $network $syslog
+-# Should-Stop:
++# Should-Stop:     $network $syslog
+ # Default-Start:   2 3 4 5
+ # Default-Stop:    0 1 6
+ # Description:     dahdi - load and configure DAHDI modules
+-- 
+1.7.0
+

Modified: dahdi-tools/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/patches/series?rev=8284&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/patches/series (original)
+++ dahdi-tools/trunk/debian/patches/series Mon Apr 19 21:28:09 2010
@@ -1,3 +1,4 @@
 zaptel_perl
 echocan_oslec
 init_unload_oslec
+init_stop




More information about the Pkg-voip-commits mailing list