ctdb: Drop configuration file ctdbd.conf
[samba.git] / ctdb / config / functions
index 649b367d4cb974f875af75f2f8a690ee4f28f95a..30afcdec9623eb23a27073756612cf48f33870cc 100755 (executable)
@@ -44,16 +44,6 @@ load_system_config ()
        fi
 }
 
-loadconfig() {
-
-       load_system_config "ctdb"
-
-       _config="${CTDB_BASE}/ctdbd.conf"
-       if [ -r "$_config" ] ; then
-               . "$_config"
-       fi
-}
-
 # load_script_options [ component script ]
 #   script is an event script name relative to a component
 #   component is currently ignored
@@ -67,8 +57,6 @@ load_script_options ()
                die "usage: load_script_options [ component script ]"
        fi
 
-       loadconfig
-
        _options="${CTDB_BASE}/script.options"
 
        if [ -r "$_options" ] ; then