From: Andrew Tridgell Date: Thu, 12 Jul 2007 23:14:15 +0000 (+1000) Subject: allow extra option override in /etc/sysconfig/ctdb X-Git-Tag: tevent-0.9.20~348^2~2455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0becf46deb5c911a49230b9bbdd0969961adeeb3;p=thirdparty%2Fsamba.git allow extra option override in /etc/sysconfig/ctdb (This used to be ctdb commit f46fae64263ea4776e4bbf9cf14dff17b5b68ddb) --- diff --git a/ctdb/config/ctdb.init b/ctdb/config/ctdb.init index 61591cc0831..a213369207e 100755 --- a/ctdb/config/ctdb.init +++ b/ctdb/config/ctdb.init @@ -41,8 +41,6 @@ loadconfig ctdb # check networking is up (for redhat) [ "${NETWORKING}" = "no" ] && exit 0 -CTDB_OPTIONS="" - [ -z "$CTDB_RECOVERY_LOCK" ] && { echo "You must configure the location of the CTDB_RECOVERY_LOCK" exit 1