[Pkg-xmpp-commits] [SCM] Jabberd2 XMPP server branch, master, updated. upstream/2.2.17-20-g03771f3

W. van den Akker wvdakker at wilsoft.nl
Wed Jan 16 12:35:47 UTC 2013


The following commit has been merged in the master branch:
commit d0e9d0cc5dbf13421321339e907171abe61001bb
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date:   Wed Jan 16 11:52:46 2013 +0100

    Start jabberd2 after mysql is started, refs 673243.

diff --git a/debian/changelog b/debian/changelog
index 6e8a19d..5482139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ jabberd2 (2.2.17-1) UNRELEASED; urgency=low
   * Removed implicit-pointer-conversion.dpatch. Is now included in 
     upstream source.
   * debian/control: changed debhelper dependency to >= 9.0.0.
+  * debian/init: added Should-Start/Should-Stop dependency for MySQL
+    (Closes: #673243).
   * Bumped up Standards Version to 3.9.4.
   * Bumped up debhelper to 9.
 
diff --git a/debian/init b/debian/init
index 3d678da..1b7a1b0 100644
--- a/debian/init
+++ b/debian/init
@@ -3,6 +3,8 @@
 # Provides:          jabberd2
 # Required-Start:    $network $named $remote_fs
 # Required-Stop:     $network $named $remote_fs
+# Should-Start:	     mysql
+# Should-Stop:	     mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: jabberd2 init script to start jabberd2 daemon

-- 
Jabberd2 XMPP server



More information about the Pkg-xmpp-commits mailing list