[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-40-g4e31db4

Ronnie Sahlberg sahlberg at samba.org
Mon Feb 22 16:16:58 MST 2010


The branch, 1.0.112 has been updated
       via  4e31db4bc21a84e6003258b924d73782030c53ed (commit)
      from  2dab89cc2e57e683272121456b23aa96cd51461b (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.0.112


- Log -----------------------------------------------------------------
commit 4e31db4bc21a84e6003258b924d73782030c53ed
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Feb 23 10:14:51 2010 +1100

        Make sure that the natgw eventscript also triggers on the "stopped" event
        to remove the natgw configuration and ip assignments used.
    
    BZ61036

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/11.natgw |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/11.natgw b/config/events.d/11.natgw
index ee7b4f9..ce1becc 100644
--- a/config/events.d/11.natgw
+++ b/config/events.d/11.natgw
@@ -66,7 +66,7 @@ case "$1" in
 	echo 1 > /proc/sys/net/ipv4/route/flush
 	;;
 
-    shutdown|removenatgw)
+    shutdown|stopped|removenatgw)
 	delete_all
 	;;
 


-- 
CTDB repository


More information about the samba-cvs mailing list