From: Martin Schwenke Date: Thu, 17 Oct 2013 05:14:14 +0000 (+1100) Subject: eventscripts: Delete placeholder "recovered" and "shutdown" events X-Git-Tag: ctdb-2.5~43 X-Git-Url: http://git.samba.org/?p=ctdb.git;a=commitdiff_plain;h=00736a21fc268c10b6a718731e56b3dbb7e60554 eventscripts: Delete placeholder "recovered" and "shutdown" events Signed-off-by: Martin Schwenke --- diff --git a/config/events.d/10.interface b/config/events.d/10.interface index 5379ea8f..f44c6748 100755 --- a/config/events.d/10.interface +++ b/config/events.d/10.interface @@ -262,17 +262,6 @@ case "$1" in ;; - - ########################################### - # called when ctdbd has finished a recovery - recovered) - ;; - - #################################### - # called when ctdbd is shutting down - shutdown) - ;; - monitor) monitor_interfaces || exit 1 ;;