From: Ronnie Sahlberg Date: Sun, 15 Jul 2007 01:28:53 +0000 (+1000) Subject: there is no point in doing anything in 10.interfaces unless we have a X-Git-Tag: tevent-0.9.20~348^2~2450^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e96f73305256c2ce5aaa1f88e9a153e7bff35f80;p=thirdparty%2Fsamba.git there is no point in doing anything in 10.interfaces unless we have a public interface (This used to be ctdb commit c0335ee92b16a1e2dfcb37a39872b66a35b0ab94) --- diff --git a/ctdb/config/events.d/10.interface b/ctdb/config/events.d/10.interface index ce9fdc6465d..aef70f3d7ca 100755 --- a/ctdb/config/events.d/10.interface +++ b/ctdb/config/events.d/10.interface @@ -12,7 +12,6 @@ cmd="$1" shift [ -z "$CTDB_PUBLIC_INTERFACE" ] && { - [ "$cmd" = "startup" ] && { echo "Event script $0 : CTDB_PUBLIC_INTERFACE not set. Nothing to do." } exit 0