[Pkg-voip-commits] r8502 - in /asterisk/trunk/debian: asterisk.init changelog
tzafrir at alioth.debian.org
tzafrir at alioth.debian.org
Thu Jun 17 22:02:44 UTC 2010
Author: tzafrir
Date: Thu Jun 17 22:02:42 2010
New Revision: 8502
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8502
Log:
Fix dependencies so we start after named and such (Closes: #433779).
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=8502&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.init (original)
+++ asterisk/trunk/debian/asterisk.init Thu Jun 17 22:02:42 2010
@@ -14,8 +14,8 @@
# Provides: asterisk
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
-# Should-Start: dahdi mysql postgresql
-# Should-Stop: mysql postgresql
+# Should-Start: $syslog $network $named mysql postgresql dahdi
+# Should-Stop: $syslog $network $named mysql postgresql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Asterisk PBX
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=8502&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Thu Jun 17 22:02:42 2010
@@ -4,8 +4,9 @@
* New upstream release (Closes: #585156).
- Patch dahdi_fxs_false_ringing removed: merged upstream.
- Patch fxs_ports_1626 removed: merged upstream.
-
- -- Tzafrir Cohen <tzafrir at debian.org> Wed, 02 Jun 2010 22:18:49 +0300
+ * Fix dependencies so we start after named and such (Closes: #433779).
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Fri, 18 Jun 2010 01:01:39 +0300
asterisk (1:1.6.2.7-1) unstable; urgency=low
More information about the Pkg-voip-commits
mailing list