diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /core/psmisc | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'core/psmisc')
-rw-r--r-- | core/psmisc/psmisc22.18-usage.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/psmisc/psmisc22.18-usage.patch b/core/psmisc/psmisc22.18-usage.patch deleted file mode 100644 index 7736a6542..000000000 --- a/core/psmisc/psmisc22.18-usage.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur psmisc-22.18-orig/src/killall.c psmisc-22.18/src/killall.c ---- psmisc-22.18-orig/src/killall.c 2012-06-20 05:07:16.563742846 -0400 -+++ psmisc-22.18/src/killall.c 2012-06-20 05:08:38.250412923 -0400 -@@ -637,6 +637,7 @@ - " (must precede other arguments)\n")); - #endif /*WITH_SELINUX*/ - fputc('\n', stderr); -+ exit (1); - } - - |