File: 0011-Fix-scripts-init.patch

package info (click to toggle)
crmsh 5.0.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,752 kB
  • sloc: python: 50,224; sh: 1,204; makefile: 254; xml: 243; exp: 234; awk: 22
file content (14 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Make cluster init work on Debian
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Last-Update: 2016-11-19
--- a/crmsh/corosync.py
+++ b/crmsh/corosync.py
@@ -37,7 +37,7 @@
 
 logging {
     to_logfile: yes
-    logfile: /var/log/cluster/corosync.log
+    logfile: /var/log/corosync/corosync.log
     to_syslog: yes
     timestamp: on
 }