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

Diff of /monit/monitor.c

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

revision 1.69 by martinp, Sun Sep 14 17:50:47 2003 UTC revision 1.70 by martinp, Sun Sep 14 18:05:09 2003 UTC
# Line 113  int main(int argc, char **argv) { Line 113  int main(int argc, char **argv) {
113    do_init();    do_init();
114    do_action(argv);    do_action(argv);
115    
116      signal(SIGHUP, SIG_IGN);
117    signal(SIGINT, SIG_IGN);    signal(SIGINT, SIG_IGN);
118    signal(SIGTERM, SIG_IGN);    signal(SIGTERM, SIG_IGN);
119      signal(SIGUSR1, SIG_IGN);
120    do_destroy(SIGSTOP);    do_destroy(SIGSTOP);
121    
122    exit(0);    exit(0);

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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