create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
@@ -0,0 +1,11 @@
--- procps-3.2.7/ps/display.c.enable-core 2009-02-27 11:57:21.000000000 +0000
+++ procps-3.2.7/ps/display.c 2009-02-27 11:57:48.000000000 +0000
@@ -562,6 +562,8 @@
default:
sigaction(i,&sa,NULL);
case 0:
+ case SIGABRT:
+ case SIGSEGV:
case SIGINT: /* ^C */
case SIGTSTP: /* ^Z */
case SIGTTOU: /* see stty(1) man page */