[Pkg-xmpp-commits] [SCM] Jabberd2 XMPP server branch, master, updated. 2.2.17-1-1-gcd1aa90

W. van den Akker wvdakker at wilsoft.nl
Fri Jul 26 06:00:34 UTC 2013


The following commit has been merged in the master branch:
commit cd1aa9051a77a8fa95c8e102f883e6a7552c821d
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date:   Fri Jul 26 07:59:57 2013 +0200

    Added init-functions to the script.

diff --git a/debian/changelog b/debian/changelog
index 5d34c49..972395a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jabberd2 (2.2.17-2) UNRELEASED; urgency=low
+
+  * debian/init: added init-functions to the script.
+
+ -- Willem van den Akker <wvdakker at wilsoft.nl>  Fri, 26 Jul 2013 07:59:06 +0200
+
 jabberd2 (2.2.17-1) unstable; urgency=low
 
   * New upstream version (Closes: #637112, #547767).
diff --git a/debian/init b/debian/init
index 14b2790..d71be91 100644
--- a/debian/init
+++ b/debian/init
@@ -25,6 +25,8 @@ if [ ! -d ${PIDPATH} ]; then
     chown ${USER}:${GROUP} ${PIDPATH}
 fi
 
+. /lib/lsb/init-functions
+
 case "$1" in
    start)
       printf "Starting Jabber services:"

-- 
Jabberd2 XMPP server



More information about the Pkg-xmpp-commits mailing list