1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

config: load 'ctdb' config before 'nfs' config in statd-callout

All other scripts do 'loadconfig ctdb' before any other 'loadconfig foo'
call. I think we should do the same in statd-callout.

Otherwise it's very confusing, if you have configured some Options
in /etc/sysconfig/ctdb, but /etc/ctdb/statd-callout doesn't notice
them.

metze

(This used to be ctdb commit 10d95581fb90bfdf58ec32345c4e36c27acf4f37)
This commit is contained in:
Stefan Metzmacher 2009-11-09 15:06:59 +01:00
parent 003985acfd
commit 0c907f4965

View File

@ -10,6 +10,7 @@
}
. $CTDB_BASE/functions
loadconfig ctdb
loadconfig nfs
[ -z "$STATD_SHARED_DIRECTORY" ] && {