--- rxvt-unicode/src/rxvtd.C 2003/11/27 10:12:10 1.5 +++ rxvt-unicode/src/rxvtd.C 2004/01/16 22:11:09 1.7 @@ -153,14 +153,6 @@ int main(int argc, const char *const *argv) { - { - sigset_t ss; - - sigaddset (&ss, SIGHUP); - sigaddset (&ss, SIGPIPE); - sigprocmask (SIG_BLOCK, &ss, 0); - } - rxvt_init_signals (); char *sockname = rxvt_connection::unix_sockname (); @@ -179,3 +171,4 @@ #endif return EXIT_SUCCESS; } +