From: Amitay Isaacs Date: Thu, 8 Mar 2018 03:23:38 +0000 (+1100) Subject: ctdb-tools: Event script commands cannot be run without daemon X-Git-Tag: talloc-2.1.12~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8053f652cd987b3911f8871bcff2f4146527d27e;p=thirdparty%2Fsamba.git ctdb-tools: Event script commands cannot be run without daemon Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index fa8d880335a..57358a5e30a 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -5992,9 +5992,9 @@ static const struct ctdb_cmd { "wipe the contents of a database.", ""}, { "recmaster", control_recmaster, false, true, "show the pnn for the recovery master", NULL }, - { "event", control_event, true, false, + { "event", control_event, false, false, "event and event script commands", NULL }, - { "scriptstatus", control_scriptstatus, true, false, + { "scriptstatus", control_scriptstatus, false, false, "show event script status", "[init|setup|startup|monitor|takeip|releaseip|ipreallocated]" }, { "natgw", control_natgw, false, false,