The branch, 1.2.27 has been updated
       via  964db53769704cb4db1567aa0377c70b3698e5fb (commit)
      from  b4de1afc184cf9fb3a2bef9db078e842a44fb270 (commit)

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


- Log -----------------------------------------------------------------
commit 964db53769704cb4db1567aa0377c70b3698e5fb
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 5f25445..b906e6a 100755
--- a/config/events.d/10.interface
+++ b/config/events.d/10.interface
@@ -42,7 +42,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