manoj       99/07/18 19:02:02

  Modified:    pthreads/src/main http_main.c
  Log:
  We want to deal with SIGTERM properly until we've set up the sigwait
  thread, so put back the standard signal handler. This will also be
  useful once support for unthreaded mode is put back in.
  
  Revision  Changes    Path
  1.94      +0 -2      apache-apr/pthreads/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -d -u -r1.93 -r1.94
  --- http_main.c       1999/07/16 19:45:48     1.93
  +++ http_main.c       1999/07/19 02:02:02     1.94
  @@ -1967,9 +1967,7 @@
           RAISE_SIGSTOP(MAKE_CHILD);
           MONCONTROL(1);
   
  -     /* XXX - For an unthreaded server, a signal handler will be necessary
           signal(SIGTERM, just_die);
  -     */
           child_main(slot);
   
        return 0;
  
  
  

Reply via email to