ctdb-scripts: Update a misleading comment
authorMartin Schwenke <martin@meltin.net>
Fri, 14 Feb 2014 05:59:08 +0000 (16:59 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 19 Feb 2014 03:07:12 +0000 (04:07 +0100)
This comment was true when 50.samba was spaghetti because it tried to
automatically manage both smbd (and nmbd) and winbind.  It isn't true
anymore.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Wed Feb 19 04:07:12 CET 2014 on sn-devel-104

ctdb/config/functions

index 4363d3df2b1faf8981e3c848ec5732b5aeafa289..954e681cac5b8bf09918225a2c80ed4ef6fc937a 100755 (executable)
@@ -1289,14 +1289,7 @@ ctdb_service_stop ()
 
 # Default service_start() and service_stop() functions.
  
-# These may be overridden in an eventscript.  When overriding, the
-# following convention must be followed.  If these functions are
-# called with no arguments then they may use internal logic to
-# determine whether the service is managed and, therefore, whether
-# they should take any action.  However, if the service name is
-# specified as an argument then an attempt must be made to start or
-# stop the service.  This is because the auto-start/stop code calls
-# them with the service name as an argument.
+# These may be overridden in an eventscript.
 service_start ()
 {
     service "$service_name" start