From 0becf46deb5c911a49230b9bbdd0969961adeeb3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 13 Jul 2007 09:14:15 +1000 Subject: [PATCH] allow extra option override in /etc/sysconfig/ctdb (This used to be ctdb commit f46fae64263ea4776e4bbf9cf14dff17b5b68ddb) --- ctdb/config/ctdb.init | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3