eventscripts: Remove reconfigure check from samba and winbind eventscripts
authorMartin Schwenke <martin@meltin.net>
Thu, 17 Oct 2013 05:00:39 +0000 (16:00 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 22 Oct 2013 03:34:04 +0000 (14:34 +1100)
There is no reconfigure code for these scripts so no need to check for
reconfiguration.

Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 41df1637c1d8a7b2f5a9974408db71b1f74cb2f2)

ctdb/config/events.d/49.winbind
ctdb/config/events.d/50.samba

index ef4eb3fbeb422b73aae027b68f77714d1ce8d0e7..dee3c906c8b65844c5c78ff28208c69c6afeb775 100755 (executable)
@@ -40,8 +40,6 @@ ctdb_start_stop_service
 
 is_ctdb_managed_service || exit 0
 
-ctdb_service_check_reconfigure
-
 ###########################
 
 case "$1" in 
index ccc68647e3b035e65bf1dfd64c929bfb97d98eeb..117b45926575ead20c1eaf96922ab2415b775ca0 100755 (executable)
@@ -152,8 +152,6 @@ ctdb_start_stop_service
 
 is_ctdb_managed_service || exit 0
 
-ctdb_service_check_reconfigure
-
 ###########################
 
 case "$1" in