[SCM] Samba Shared Repository - branch master updated
Martin Schwenke
martins at samba.org
Thu Apr 23 08:08:02 UTC 2020
The branch, master has been updated
via fdfc480a563 ctdb-scripts: Update nfs-ganesha-callout
from 54a35604984 provision: Remove final code for the LDAP backend
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit fdfc480a5637ae363f88ee917037f24b0fd79a2f
Author: Renaud Fortier <renaud.fortier at fsaa.ulaval.ca>
Date: Tue Apr 21 11:47:01 2020 +0000
ctdb-scripts: Update nfs-ganesha-callout
On debian buster, this variable doesn't exist anymore. Look at this PR
as a reference:
https://github.com/gluster/storhaug/pull/30
Signed-off-by: Renaud Fortier <renaud.fortier at fsaa.ulaval.ca>
Reviewed-by: Martin Schwenke <martin at meltin.net>
Reviewed-by: Andrew Bartlett <abartlet at samba.org>
Autobuild-User(master): Martin Schwenke <martins at samba.org>
Autobuild-Date(master): Thu Apr 23 08:07:51 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
ctdb/doc/examples/nfs-ganesha-callout | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/ctdb/doc/examples/nfs-ganesha-callout b/ctdb/doc/examples/nfs-ganesha-callout
index f06b300c5b7..7c7b07413ab 100755
--- a/ctdb/doc/examples/nfs-ganesha-callout
+++ b/ctdb/doc/examples/nfs-ganesha-callout
@@ -297,7 +297,7 @@ nfs_startup ()
basic_start "nfs"
_f="${procfs}/sys/net/ipv4/tcp_tw_recycle"
- if [ "$_f" ] ; then
+ if [ -f "$_f" ] ; then
echo 1 >"$_f"
fi
}
--
Samba Shared Repository
More information about the samba-cvs
mailing list