]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
use $CTDB_BASE in 90.ipmux instead of hardcoding it to /etc/ctdb
authorRonnie Sahlberg <sahlberg@ronnie>
Wed, 10 Oct 2007 21:51:57 +0000 (07:51 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Wed, 10 Oct 2007 21:51:57 +0000 (07:51 +1000)
(This used to be ctdb commit 6abb46b010851f5719f12273b4a3d46ec986f0c7)

ctdb/config/events.d/90.ipmux

index 69b3c89f00e8b1cfa5aa63a7a048a46c3793ca6e..0ffefc4745f8afff05f2d787352c60e112429a35 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # script to manage the ip multiplexer for a single public address cluster
 
-. /etc/ctdb/functions
+. $CTDB_BASE/functions
 loadconfig ctdb
 
 [ -z "$CTDB_SINGLE_PUBLIC_IP" ] && exit 0