IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2813


Ignore:
Timestamp:
Dec 23, 2004, 1:36:15 PM (22 years ago)
Author:
eugene
Message:

change 'child' signals to DFL since these can cause problems with 'system'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/elixir/src/ConfigInit.c

    r2428 r2813  
    2929  signal (SIGCONT,   SIG_DFL);   
    3030  signal (SIGSTOP,   SIG_DFL);   
     31  signal (SIGCHLD,   SIG_DFL);   
    3132
    3233  /* exit on these signals */
     
    4950  signal (SIGUSR1,   SIG_STOP);   
    5051  signal (SIGUSR2,   SIG_MESSAGE);   
    51   signal (SIGCHLD,   SIG_IGN);   
    5252  signal (SIGTSTP,   SIG_IGN);   
    5353  signal (SIGTTIN,   SIG_IGN);   
     
    7474# endif
    7575# ifdef SIGCLD
    76   signal (SIGCLD,    SIG_IGN);     
     76  signal (SIGCLD,    SIG_DFL);     
    7777# endif
    7878# ifdef SIGLOST
Note: See TracChangeset for help on using the changeset viewer.