[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Tue Jul 11 09:46:02 UTC 2017


The branch, master has been updated
       via  539714e ctdb-scripts: Fix inline comments in 10.interface
      from  6746627 s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECK

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 539714ef19b64187b8b540b35ab677a2f398b3cc
Author: Anoop C S <anoopcs at redhat.com>
Date:   Wed Jul 5 19:07:04 2017 +0530

    ctdb-scripts: Fix inline comments in 10.interface
    
    Signed-off-by: Anoop C S <anoopcs at redhat.com>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Amitay Isaacs <amitay at gmail.com>
    
    Autobuild-User(master): Amitay Isaacs <amitay at samba.org>
    Autobuild-Date(master): Tue Jul 11 11:45:04 CEST 2017 on sn-devel-144

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

Summary of changes:
 ctdb/config/events.d/10.interface | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/ctdb/config/events.d/10.interface b/ctdb/config/events.d/10.interface
index 97227e8..f2d44da 100755
--- a/ctdb/config/events.d/10.interface
+++ b/ctdb/config/events.d/10.interface
@@ -38,7 +38,7 @@ get_all_interfaces ()
     # That is, for all but the 1st line, get the 1st field.
     ctdb_ifaces=$($CTDB -X ifaces | sed -e '1d' -e 's@^|@@' -e 's@|.*@@')
 
-    # Add $ctdb_interfaces and uniquify
+    # Add $ctdb_ifaces and make $all_interfaces unique
     # Use word splitting to squash whitespace
     # shellcheck disable=SC2086
     all_interfaces=$(echo $all_interfaces $ctdb_ifaces | tr ' ' '\n' | sort -u)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list