Bug-Redhat: http://bugzilla.redhat.com/871824
Bug-Redhat: http://bugzilla.redhat.com/441656
myname,
procps_version
);
- catastrophic_failure(__FILE__, __LINE__, _("please report this bug"));
+ switch (signo) {
+ case SIGHUP:
+ case SIGUSR1:
+ case SIGUSR2:
+ exit(EXIT_FAILURE);
+ default:
+ catastrophic_failure(__FILE__, __LINE__, _("please report this bug"));
+ }
}
/////////////////////////////////////////////////////////////////////////////////////