The branch, 1.2 has been updated
       via  d40330453854d81d182112b49f5f6f2e0814b231 (commit)
      from  bfffe067a8152145ef54482dccb49529c6a4827f (commit)

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


- Log -----------------------------------------------------------------
commit d40330453854d81d182112b49f5f6f2e0814b231
Author: Ronnie Sahlberg <[email protected]>
Date:   Sat Jun 18 10:47:25 2011 +1000

    Remove a benign by annoying log message that will be logged after an 
interface that has been in use has later been removed and is no longer 
referenced by any public addresses.
    
    CQ S1024495

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

Summary of changes:
 config/events.d/10.interface |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/10.interface b/config/events.d/10.interface
index 7f5791a..f793673 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -41,7 +41,6 @@ monitor_interfaces()
        for IFACE in $INTERFACES ; do
 
            ip addr show $IFACE 2>/dev/null >/dev/null || {
-               echo Interface $IFACE does not exist but it is used by public 
addresses.
                continue
            }
 


-- 
CTDB repository

Reply via email to