The branch, master has been updated
       via  344b1f95b126ecabeb4576330038b08bf88e8cb8 (commit)
      from  23b059dcb8074872d7900b225790d4df7da071b6 (commit)

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


- Log -----------------------------------------------------------------
commit 344b1f95b126ecabeb4576330038b08bf88e8cb8
Author: Ronnie Sahlberg <ronniesahlb...@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

Reply via email to