Pass '-g sanlock' option to wdmd

OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=2
This commit is contained in:
James Fehlig 2012-01-19 23:26:01 +00:00 committed by Git OBS Bridge
parent 52c43cd53d
commit c3db1be504
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -45,7 +45,7 @@ case "$1" in
fi
fi
echo -n "Starting wdmd "
startproc $WDMD_BIN
startproc $WDMD_BIN $WDMDOPTS
rc_status -v
;;
stop)