eventscripts: Clean up comment at the top of 00.ctdb
authorMartin Schwenke <martin@meltin.net>
Thu, 17 Oct 2013 05:13:21 +0000 (16:13 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 22 Oct 2013 03:34:04 +0000 (14:34 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
config/events.d/00.ctdb

index 6bd35ed5fb4a529abbe055b0487672d7ec8e7a93..880d07fe32ca30482c5e4b8620efc82c04539b32 100755 (executable)
@@ -1,13 +1,7 @@
 #!/bin/sh
-############################
-# main event script for ctdb
-#
-# This script is called with one of the following sets of arguments
-#     startup    : called when ctdb starts
-#     shutdown   : called when ctdb shuts down
-#     takeip     : called when an IP address is taken over
-#     releaseip  : called when an IP address is released
-#     recovered  : called when ctdb has finished a recovery event
+
+# Event script for ctdb-specific setup and other things that don't fit
+# elsewhere.
 
 [ -n "$CTDB_BASE" ] || \
     export CTDB_BASE=$(cd -P $(dirname "$0") ; dirname "$PWD")