[Debian-ha-commits] [crmsh] 01/01: Add patch to make 'cluster init' work on Debian

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Nov 20 12:19:23 UTC 2016


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

vvidic-guest pushed a commit to branch master
in repository crmsh.

commit 0114be07dd265c4ae703bc2651cd3feb61b64a23
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sun Nov 20 13:17:41 2016 +0100

    Add patch to make 'cluster init' work on Debian
    
    Updates the location of the log file in corosync.conf template.
---
 debian/patches/0011-Fix-scripts-init.patch | 21 +++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0011-Fix-scripts-init.patch b/debian/patches/0011-Fix-scripts-init.patch
new file mode 100644
index 0000000..d808209
--- /dev/null
+++ b/debian/patches/0011-Fix-scripts-init.patch
@@ -0,0 +1,21 @@
+Description: Make cluster init work on Debian
+Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
+Last-Update: 2016-11-19
+--- a/scripts/init/corosync.conf.template
++++ b/scripts/init/corosync.conf.template
+@@ -27,7 +27,7 @@
+ 	fileline: off
+ 	to_stderr: no
+ 	to_logfile: no
+-	logfile: /var/log/cluster/corosync.log
++	logfile: /var/log/corosync/corosync.log
+ 	to_syslog: yes
+ 	debug: off
+ 	timestamp: on
+@@ -52,4 +52,4 @@
+ 	#provider: corosync_votequorum
+ 	#expected_votes: 2
+ %(quorum)s
+-}
+\ No newline at end of file
++}
diff --git a/debian/patches/series b/debian/patches/series
index 531512a..9b24fbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0008-Fix-crm-report-for-dash.patch
 0009-Fix-spelling-in-man-crm.patch
 0010-Fix-package-management.patch
+0011-Fix-scripts-init.patch

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



More information about the Debian-HA-Commits mailing list