1
0
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:
Michael Adam 2008-12-12 16:05:04 +01:00 committed by Ronnie Sahlberg
parent 759ae998a4
commit 7e0fb89710

View File

@ -176,9 +176,9 @@ stop() {
echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/ctdb
echo ""
return $RETVAL
;;
esac
return $RETVAL
}
restart() {