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 <[email protected]>
Date: Wed Jul 5 19:07:04 2017 +0530
ctdb-scripts: Fix inline comments in 10.interface
Signed-off-by: Anoop C S <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
Reviewed-by: Amitay Isaacs <[email protected]>
Autobuild-User(master): Amitay Isaacs <[email protected]>
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