diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-05-22 06:01:17 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2008-05-22 06:01:17 +1000 |
commit | f4ed8efa05aca05b9bc9339208d7493e68191621 (patch) | |
tree | c4b7f4965c297c581cc5ca4e5225cd88ceeefb30 /ctdb/config/events.d/40.vsftpd | |
parent | 92a0c0fc138aef78a50eefaa69e7385e0804b95b (diff) | |
download | samba-f4ed8efa05aca05b9bc9339208d7493e68191621.tar.gz |
move the config optoin CTDB_MANAGES_VSFTPD from /etc/sysconfig/vsftpd to /etc/sysconfig/ctdb
(This used to be ctdb commit 1ad0295f86370979d0537f7290f5e9c7d1ff6e94)
Diffstat (limited to 'ctdb/config/events.d/40.vsftpd')
-rwxr-xr-x | ctdb/config/events.d/40.vsftpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/config/events.d/40.vsftpd b/ctdb/config/events.d/40.vsftpd index bc420fd42dc..29f6fee30f3 100755 --- a/ctdb/config/events.d/40.vsftpd +++ b/ctdb/config/events.d/40.vsftpd @@ -2,6 +2,7 @@ # event strict to manage vsftpd in a cluster environment . $CTDB_BASE/functions +loadconfig ctdb loadconfig vsftpd [ "$CTDB_MANAGES_VSFTPD" = "yes" ] || exit 0 |