[Debian-ha-commits] [corosync] 13/14: Add OPTIONS in /etc/default/corosync-notifyd.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Wed Apr 29 21:55:45 UTC 2015


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

discostu-guest pushed a commit to branch master
in repository corosync.

commit 46a0f31d22b0fbe448f214ebade51e79f480d003
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Wed Apr 29 23:40:30 2015 +0200

    Add OPTIONS in /etc/default/corosync-notifyd.
    
    Add OPTIONS="-l" to default/corosync-notifyd. Without this parameter
    corosync-notifyd will fail to start.
    
    Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
---
 debian/changelog                         | 1 +
 debian/corosync.corosync-notifyd.default | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ec8758b..c8626cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -77,6 +77,7 @@ corosync (2.3.4-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders.
   * Install upstream systemd service files for corsync and corosync-notifyd.
   * debian/patches: patch upstream corosync-notifyd.service file.
+  * Add OPTIONS within /etc/default/corosync-notifyd
 
  -- Richard B Winters <rik at mmogp.com>  Wed, 22 Apr 2015 15:51:34 -0400
 
diff --git a/debian/corosync.corosync-notifyd.default b/debian/corosync.corosync-notifyd.default
index ba97be8..469ba36 100644
--- a/debian/corosync.corosync-notifyd.default
+++ b/debian/corosync.corosync-notifyd.default
@@ -1,2 +1,5 @@
 # start corosync-notifyd at boot [yes|no]
 START=no
+
+# Options (see man 8 corosync-notifyd for available options)
+OPTIONS="-l"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/corosync.git



More information about the Debian-HA-Commits mailing list