summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-12-16 00:17:04 +0100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-01-16 20:49:51 +1100
commit4969508fc8946a83cfc3c92260c803997fea6571 (patch)
treec1a6c420e3e0933c93207d1c2678291e69d4a976 /ctdb/web
parent23b550d6fc63bbee32897663d116256e96b329cf (diff)
downloadsamba-4969508fc8946a83cfc3c92260c803997fea6571.tar.gz
samba-4969508fc8946a83cfc3c92260c803997fea6571.tar.xz
samba-4969508fc8946a83cfc3c92260c803997fea6571.zip
ctdb.samba.org: fix instruction for turning off samba service autostart
Extend to show valid commands on Redhat and SuSE Linux. Michael (This used to be ctdb commit cdea4893c24511ffc1a7338ca3eb6cfd86d68086)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/samba.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/ctdb/web/samba.html b/ctdb/web/samba.html
index b105b1d20a6..c210f4bdd41 100644
--- a/ctdb/web/samba.html
+++ b/ctdb/web/samba.html
@@ -65,10 +65,16 @@ A suitable file can be found in the dbench distribution at http://samba.org/ftp/
<h3>CTDB_MANAGES_SAMBA</h3>
This is a parameter in /etc/sysconfig/ctdb<br><br>
When this parameter is set to "yes" CTDB will start/stop/restart the local samba daemon as the cluster configuration changes.<br><br>
-When this parameter is set you should also make sure that samba is NOT started by default by the linux system when it boots:
+When this parameter is set you should also make sure that samba is NOT started by default by the linux system when it boots, e.g.
<pre>
- chkconfig samba off
+ chkconfig smb off
</pre>
+on a Redhat system and
+<pre>
+ chkconfig smb off
+ chkconfig nmb off
+</pre>
+on a SuSE system.
Example:
<pre>