--- /etc/ctdb/functions.old 2012-01-02 11:06:50.000000000 +0100 +++ /etc/ctdb/functions 2012-01-02 11:01:33.000000000 +0100 @@ -24,6 +24,8 @@ . $CTDB_BASE/sysconfig/$1 elif [ -f /etc/config.d/$1 ]; then . /etc/config.d/$name + elif [ -f /etc/conf.d/$1 ]; then + . /etc/conf.d/$1 fi }