1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Evenscripts: update 13.per_ip_routing to use ctdb_setup_service_state_dir.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 18e0236754507a9475653f04bb239c5d46ba51de)
This commit is contained in:
Martin Schwenke 2010-12-16 08:42:44 +11:00
parent 71e9016ec2
commit 061b7adad6

View File

@ -3,8 +3,10 @@
. $CTDB_BASE/functions
loadconfig
ctdb_setup_service_state_dir "per_ip_routing"
[ -z "$CTDB_PER_IP_ROUTING_STATE" ] && {
CTDB_PER_IP_ROUTING_STATE="$CTDB_VARDIR/state/per_ip_routing"
CTDB_PER_IP_ROUTING_STATE="$service_state_dir"
}
AUTO_LINK_LOCAL="no"