Skip to content
Snippets Groups Projects
  1. Jul 25, 2013
  2. Jul 24, 2013
    • Apollon Oikonomopoulos's avatar
      daemon-util: pass --oknodo at rotate_logs · 9a8e4b73
      Apollon Oikonomopoulos authored
      
      daemon-util's rotate_logs() did not pass --oknodo to start-stop-daemon while
      HUPing the daemon processes. As a result, rotate_logs would fail for a
      non-running daemon causing rotate_all_logs to exit prematurely.
      
      We can fix this by either passing --oknodo to start-stop-daemon, or have
      rotate_all_logs ignore any errors. The former is probably a safer approach - as
      it doesn't mask any potential coding errors in rotate_logs - and is also
      semantically correct (we only care about log rotation if a daemon is actually
      running).
      
      Signed-off-by: default avatarApollon Oikonomopoulos <apoikos@gmail.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      9a8e4b73
  3. Jul 23, 2013
  4. Jul 10, 2013
  5. Jul 09, 2013
  6. Jul 08, 2013
  7. Jul 04, 2013
  8. Jul 03, 2013
  9. Jul 02, 2013
  10. Jun 26, 2013
  11. Jun 25, 2013
  12. Jun 24, 2013
  13. Jun 21, 2013
  14. Jun 20, 2013
  15. Jun 18, 2013
  16. Jun 14, 2013
  17. May 30, 2013
  18. May 29, 2013
  19. May 24, 2013
  20. May 23, 2013
  21. May 22, 2013
  22. May 17, 2013
Loading