------------------------------------------------------------
revno: 440
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Sun 2007-06-03 10:29:57 +1000
message:
  do a full restart in init cron call
modified:
  config/ctdb.init               ctdb.init-20070527204758-biuh7znabuwan3zn-6
=== modified file 'config/ctdb.init'
--- a/config/ctdb.init  2007-06-02 09:40:07 +0000
+++ b/config/ctdb.init  2007-06-03 00:29:57 +0000
@@ -127,7 +127,7 @@
        ;;
   cron)
        # used from cron to auto-restart ctdb
-       ctdb status > /dev/null || start
+       ctdb status > /dev/null || restart
        ;;
   *)
        echo $"Usage: $0 {start|stop|restart|status|cron|condrestart}"

Reply via email to