From: Martin Schwenke Date: Thu, 17 Oct 2013 05:00:39 +0000 (+1100) Subject: eventscripts: Remove reconfigure check from samba and winbind eventscripts X-Git-Tag: ctdb-2.5~45 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=41df1637c1d8a7b2f5a9974408db71b1f74cb2f2;p=ctdb.git eventscripts: Remove reconfigure check from samba and winbind eventscripts There is no reconfigure code for these scripts so no need to check for reconfiguration. Signed-off-by: Martin Schwenke --- diff --git a/config/events.d/49.winbind b/config/events.d/49.winbind index ef4eb3fb..dee3c906 100755 --- a/config/events.d/49.winbind +++ b/config/events.d/49.winbind @@ -40,8 +40,6 @@ ctdb_start_stop_service is_ctdb_managed_service || exit 0 -ctdb_service_check_reconfigure - ########################### case "$1" in diff --git a/config/events.d/50.samba b/config/events.d/50.samba index ccc68647..117b4592 100755 --- a/config/events.d/50.samba +++ b/config/events.d/50.samba @@ -152,8 +152,6 @@ ctdb_start_stop_service is_ctdb_managed_service || exit 0 -ctdb_service_check_reconfigure - ########################### case "$1" in