Difference for server/init.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.13 2001/04/06 19:07:10 michtoen Exp $";   *   "$Id: init.c,v 1.14 2001/05/09 06:58:12 mwedel Exp $";
  */   */
   
 /*  /*
Line 582
 
Line 582
   
 void rec_sighup(int i) {  void rec_sighup(int i) {
   LOG(llevInfo,"\nSIGHUP received\n");    LOG(llevInfo,"\nSIGHUP received\n");
   fatal_signal(0, 1);    if(init_done) {
       emergency_save(0);
       cleanup();
     }
     exit(0);
 }  }
   
 void rec_sigquit(int i) {  void rec_sigquit(int i) {


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:34