Hi Svoj, On Fri, May 27, 2016 at 3:27 AM, Sergey Vojtovich <svoj@mariadb.org> wrote:
Hi Nirbhay,
Looks good to push.
On Thu, May 26, 2016 at 11:52:04PM -0400, Nirbhay Choubey wrote:
revision-id: 53696a63a2a517e04bf27382184162da50994ecb (mariadb-10.1.14-4-g53696a6) parent(s): 9a1c4e900b98fdb9940aab57c895753f175c2bd8 author: Nirbhay Choubey committer: Nirbhay Choubey timestamp: 2016-05-26 23:52:04 -0400 message:
MDEV-10004: Galera's pc.recovery process fails in 10.1 with systemd ...skip...
+# Safety checks +if [ -n "$log_file" -a -f "$log_file" ]; then + [ "$euid" = "0" ] && chown $user $log_file + chmod 600 $log_file +else + echo "WSREP: mktemp failed" Should this be "log" instead of "echo"?
Oh yes, indeed. Best, Nirbhay
Regards, Sergey _______________________________________________ commits mailing list commits@mariadb.org https://lists.askmonty.org/cgi-bin/mailman/listinfo/commits