summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:01:17 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:01:17 +1000
commitf4ed8efa05aca05b9bc9339208d7493e68191621 (patch)
treec4b7f4965c297c581cc5ca4e5225cd88ceeefb30 /ctdb/web
parent92a0c0fc138aef78a50eefaa69e7385e0804b95b (diff)
downloadsamba-f4ed8efa05aca05b9bc9339208d7493e68191621.tar.gz
samba-f4ed8efa05aca05b9bc9339208d7493e68191621.tar.xz
samba-f4ed8efa05aca05b9bc9339208d7493e68191621.zip
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/web')
-rw-r--r--ctdb/web/ftp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/web/ftp.html b/ctdb/web/ftp.html
index 29947d42167..82acd1d9094 100644
--- a/ctdb/web/ftp.html
+++ b/ctdb/web/ftp.html
@@ -13,9 +13,9 @@ Setting up a vsftpd cluster is really easy.<br>
Configure vsftpd on each node on the cluster.<br><br>
Set up vsftpd to export directories from the shared cluster filesystem.
-<h2>/etc/sysconfig/vsftpd</h2>
+<h2>/etc/sysconfig/ctdb</h2>
-Create the file /etc/sysconfig/vsftpd with the content :
+Add the following line to the /etc/sysconfig/ctdb configuration file.
<pre>
CTDB_MANAGES_VSFTPD=yes
</pre>