[debian-edu-commits] debian-edu/upstream/ 02/03: Add call to /lib/lsb/init-functions in init.d/sitesummary-client to integrate better with systemd.

Petter Reinholdtsen pere at moszumanska.debian.org
Thu Aug 21 20:05:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository sitesummary.

commit 4e2b17515795a56d3af9b30825aaed1712d7f47f
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Aug 21 22:04:39 2014 +0200

    Add call to /lib/lsb/init-functions in init.d/sitesummary-client to integrate better with systemd.
---
 debian/changelog               | 2 ++
 debian/sitesummary-client.init | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 752eed7..2f247be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ sitesummary (0.1.12) UNRELEASED; urgency=low
   * Adjust Apache configuration, use 'Require all granted' instead of
     Order/Deny/Allow, and enable cgi.load module when installing the
     sitesummary server to get it working out of the box.
+  * Add call to /lib/lsb/init-functions in init.d/sitesummary-client to
+    integrate better with systemd.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu, 21 Aug 2014 16:09:13 +0200
 
diff --git a/debian/sitesummary-client.init b/debian/sitesummary-client.init
index e572879..3f17e4b 100644
--- a/debian/sitesummary-client.init
+++ b/debian/sitesummary-client.init
@@ -11,6 +11,8 @@
 #                    after the machine boots normally (not in single user)
 ### END INIT INFO
 
+. /lib/lsb/init-functions
+
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 CLIENT=/usr/sbin/sitesummary-client
 REPORTDELAY=300

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git



More information about the debian-edu-commits mailing list