/[monit]/monit/monitor.c
ViewVC logotype

Diff of /monit/monitor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by martinp, Sat Sep 13 20:53:12 2003 UTC revision 1.66 by martinp, Sat Sep 13 21:01:44 2003 UTC
# Line 548  static RETSIGTYPE do_destroy(int sig) { Line 548  static RETSIGTYPE do_destroy(int sig) {
548        /* Fall trough */        /* Fall trough */
549    case SIGTERM:    case SIGTERM:
550        if(Run.isdaemon && !Run.validate) {        if(Run.isdaemon && !Run.validate) {
551          stop_http();          if(Run.dohttpd) stop_http();
552          log("%s daemon with pid [%d] killed\n", prog, (int)getpid());          log("%s daemon with pid [%d] killed\n", prog, (int)getpid());
553          finalize_files();          finalize_files();
554          state_finalize();          state_finalize();

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26