From 484bf2966f415a37dc6ab35288e8a27839274681 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 11 Jan 2011 17:10:55 +1100 Subject: [PATCH] Eventscripts: print a message when reconfiguring a service. Otherwise there can be strange error messages from services stopping/starting, without any context. Signed-off-by: Martin Schwenke --- config/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/config/functions b/config/functions index 599e46a5..8dac1619 100755 --- a/config/functions +++ b/config/functions @@ -651,6 +651,7 @@ ctdb_service_unset_reconfigure () ctdb_service_reconfigure () { + echo "Reconfiguring service \"$service_name\"..." if [ -n "$service_reconfigure" ] ; then eval $service_reconfigure else -- 2.34.1