mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
ctdb.init: fix return code of "service ctdb stop" on non-redhat systems
Michael (This used to be ctdb commit f3cb1386e7ea99adba78350bb50bf34d6bdcfe1d)
This commit is contained in:
parent
759ae998a4
commit
7e0fb89710
@ -176,9 +176,9 @@ stop() {
|
||||
echo
|
||||
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/ctdb
|
||||
echo ""
|
||||
return $RETVAL
|
||||
;;
|
||||
esac
|
||||
return $RETVAL
|
||||
}
|
||||
|
||||
restart() {
|
||||
|
Loading…
Reference in New Issue
Block a user