rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / cluster / corosync / patches / hacluster.patch
blob68624babc4991e00a51c4a1d24eb4348f7760611
1 diff -Nura a/corosync.conf.example b/corosync.conf.example
2 --- a/conf/corosync.conf.example 2016-10-26 14:28:13.203573884 +0200
3 +++ b/conf/corosync.conf.example 2016-10-26 14:29:00.481706861 +0200
4 @@ -59,7 +59,7 @@
5 # Log to a log file. When set to "no", the "logfile" option
6 # must not be set.
7 to_logfile: yes
8 - logfile: /var/log/cluster/corosync.log
9 + logfile: /var/log/hacluster/corosync.log
10 # Log to the system log daemon. When in doubt, set to yes.
11 to_syslog: yes
12 # Log debug messages (very verbose). When in doubt, leave off.
13 diff -Nura a/corosync.conf.example.udpu b/corosync.conf.example.udpu
14 --- a/conf/corosync.conf.example.udpu 2016-10-26 14:28:19.588013737 +0200
15 +++ b/conf/corosync.conf.example.udpu 2016-10-26 14:29:14.363420642 +0200
16 @@ -18,7 +18,7 @@
17 fileline: off
18 to_logfile: yes
19 to_syslog: yes
20 - logfile: /var/log/cluster/corosync.log
21 + logfile: /var/log/hacluster/corosync.log
22 debug: off
23 timestamp: on
24 logger_subsys {
25 diff -Nura a/corosync.xml.example b/corosync.xml.example
26 --- a/conf/corosync.xml.example 2016-10-26 14:28:29.821910350 +0200
27 +++ b/conf/corosync.xml.example 2016-10-26 14:29:30.525668423 +0200
28 @@ -96,7 +96,7 @@
29 -->
31 <logging fileline="off" to_stderr="no" to_logfile="yes"
32 - logfile="/var/log/cluster/corosync.log" to_syslog="yes" debug="off"
33 + logfile="/var/log/hacluster/corosync.log" to_syslog="yes" debug="off"
34 timestamp="on">
36 <!--