From 46eecfea27a1b5274bfde33c9f645ddf27f807a6 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 5 Sep 2007 15:39:51 +1000 Subject: [PATCH] we dont use 'sendip' any more so dont check for it and exit from the 61.nfstickles script if it is missing from the host (This used to be ctdb commit 8eac441e24f4ef33b55f9eaa4856b5c1e1c15213) --- ctdb/config/events.d/61.nfstickle | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctdb/config/events.d/61.nfstickle b/ctdb/config/events.d/61.nfstickle index 321f952ace0..6957c4381ad 100755 --- a/ctdb/config/events.d/61.nfstickle +++ b/ctdb/config/events.d/61.nfstickle @@ -12,8 +12,6 @@ shift [ "$CTDB_MANAGES_NFS" = "yes" ] || exit 0 [ -z "$NFS_TICKLE_SHARED_DIRECTORY" ] && exit 0 -[ -x /usr/bin/sendip ] || exit 0 - case $cmd in startup) mkdir -p /etc/ctdb/state/nfstickle -- 2.47.3