From c3db1be504ec2081ae5907402eb928cbf5514184fbfae494ffd62719497be6ec Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 19 Jan 2012 23:26:01 +0000 Subject: [PATCH] Pass '-g sanlock' option to wdmd OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=2 --- sanlock.changes | 5 +++++ wdmd.init | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sanlock.changes b/sanlock.changes index 820fcbb..73382c1 100644 --- a/sanlock.changes +++ b/sanlock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 19 16:23:03 MST 2012 - jfehlig@suse.com + +- Pass '-g sanlock' option to wdmd + ------------------------------------------------------------------- Wed Jan 18 10:17:57 MST 2012 - jfehlig@suse.com diff --git a/wdmd.init b/wdmd.init index 3ac5bf8..26fc3e2 100644 --- a/wdmd.init +++ b/wdmd.init @@ -45,7 +45,7 @@ case "$1" in fi fi echo -n "Starting wdmd " - startproc $WDMD_BIN + startproc $WDMD_BIN $WDMDOPTS rc_status -v ;; stop)