SIGTSTP not a bug
This commit is contained in:
parent
aae3e72ab7
commit
55aee6a969
1
NEWS
1
NEWS
@ -2,6 +2,7 @@ procps-3.2.4 --> procps-3.2.5
|
|||||||
|
|
||||||
ps: security labels can contain any printable ASCII
|
ps: security labels can contain any printable ASCII
|
||||||
top: help and version message on stdout, with exit(0) #283541
|
top: help and version message on stdout, with exit(0) #283541
|
||||||
|
ps: SIGTSTP from ^Z shouldn't print bug email address
|
||||||
|
|
||||||
procps-3.2.3 --> procps-3.2.4
|
procps-3.2.3 --> procps-3.2.4
|
||||||
|
|
||||||
|
@ -563,6 +563,7 @@ int main(int argc, char *argv[]){
|
|||||||
sigaction(i,&sa,NULL);
|
sigaction(i,&sa,NULL);
|
||||||
case 0:
|
case 0:
|
||||||
case SIGINT: /* ^C */
|
case SIGINT: /* ^C */
|
||||||
|
case SIGTSTP: /* ^Z */
|
||||||
case SIGQUIT: /* ^\ */
|
case SIGQUIT: /* ^\ */
|
||||||
case SIGPROF: /* profiling */
|
case SIGPROF: /* profiling */
|
||||||
case SIGKILL: /* can not catch */
|
case SIGKILL: /* can not catch */
|
||||||
|
Loading…
Reference in New Issue
Block a user