diff options
author | Martin Schwenke <martin@meltin.net> | 2014-02-14 16:59:08 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2014-02-19 04:07:12 +0100 |
commit | c743fc434545236a7f733b8339f6f8f88fd864c8 (patch) | |
tree | f34390eab30132d74eaf1587abfdae09aa1e7a11 /ctdb/config | |
parent | d4298e9e9dd4cc2a9a79f895e00477e802b2e052 (diff) | |
download | samba-c743fc434545236a7f733b8339f6f8f88fd864c8.tar.gz samba-c743fc434545236a7f733b8339f6f8f88fd864c8.tar.xz samba-c743fc434545236a7f733b8339f6f8f88fd864c8.zip |
ctdb-scripts: Update a misleading comment
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
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/functions | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ctdb/config/functions b/ctdb/config/functions index 4363d3df2b..954e681cac 100755 --- a/ctdb/config/functions +++ b/ctdb/config/functions @@ -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 |