ctdb.samba.org: fix instruction for turning off samba service autostart
authorMichael Adam <obnox@samba.org>
Mon, 15 Dec 2008 23:17:04 +0000 (00:17 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 16 Jan 2009 09:49:51 +0000 (20:49 +1100)
Extend to show valid commands on Redhat and SuSE Linux.

Michael

web/samba.html

index b105b1d20a6050dd0a24a2e527dd3ed701a70afe..c210f4bdd410bdf11106f268636ed399679713d7 100644 (file)
@@ -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>