1. 31 Jan, 2007 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#25341: "init.d/mysql stop" may timeout too quickly · 24e3508b
      cmiller@zippy.cornsilk.net authored
      Thirty five seconds is entirely too short of a period to wait for a server 
      to exit.  Instead, make a valliant effort to make sure it exits, and only
      give up after a very long period (arbitrarily chosen as 15 minutes).
      
      In addition, if we're being asked to restart the server, then don't try
      to start again if trying to stop the server failed.
      ---
      Return zero by default, when the script exits.
      ---
      Set return-/exit-value based on whether we successfully dealt with the 
      PID-file.
      ---
      Don't wait that long if the program we're waiting on exits.  It 
      should only exit if the server is not going to be started.
      24e3508b
  2. 26 Dec, 2006 1 commit
  3. 22 Dec, 2006 17 commits
  4. 21 Dec, 2006 4 commits
  5. 20 Dec, 2006 13 commits
  6. 19 Dec, 2006 4 commits