summaryrefslogtreecommitdiff
path: root/ctdb/config
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-04-05 16:09:22 +1000
committerAmitay Isaacs <amitay@samba.org>2018-04-27 09:37:48 +0200
commit110e72ccd8e241cb8bed7e257ee9d96767fd9e24 (patch)
treefb85951195d5c92d80747d8b813e138e9abc40d4 /ctdb/config
parent26430ab1d1d5edb64cd6c9fe279e5beb264a1c38 (diff)
downloadsamba-110e72ccd8e241cb8bed7e257ee9d96767fd9e24.tar.gz
ctdb-scripts: Drop CTDB_RC_LOCAL testing hook
This is not used. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Fri Apr 27 09:37:49 CEST 2018 on sn-devel-144
Diffstat (limited to 'ctdb/config')
-rwxr-xr-xctdb/config/functions4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/config/functions b/ctdb/config/functions
index 8728d99129b..020a19a7c3f 100755
--- a/ctdb/config/functions
+++ b/ctdb/config/functions
@@ -986,10 +986,6 @@ update_tickles ()
# load a site local config file
########################################################
-[ -n "$CTDB_RC_LOCAL" -a -x "$CTDB_RC_LOCAL" ] && {
- . "$CTDB_RC_LOCAL"
-}
-
[ -x "${CTDB_BASE}/rc.local" ] && {
. "${CTDB_BASE}/rc.local"
}