aboutsummaryrefslogtreecommitdiff
path: root/system/cpulimit/patches
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-14 17:19:39 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-14 17:19:39 -0500
commitcd089a04d78c959584d7a6720d84ca55ad614c0c (patch)
tree159772bffee24ee5d20f8d5dbd4c460886996f8d /system/cpulimit/patches
parentd53299b3318df57a083c10d408b6a6fc0fcba8e4 (diff)
system/cpulimit: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/cpulimit/patches')
-rw-r--r--system/cpulimit/patches/02_segfault_longoptions.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/system/cpulimit/patches/02_segfault_longoptions.patch b/system/cpulimit/patches/02_segfault_longoptions.patch
deleted file mode 100644
index ee21484817..0000000000
--- a/system/cpulimit/patches/02_segfault_longoptions.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: Cesare Tirabassi <norsetto@ubuntu.com>
-Description: Fix long options list of arguments.
-Bugs: #487233, #487236, LP #241538
-
---- cpulimit-1.1.orig/cpulimit.c
-+++ cpulimit-1.1/cpulimit.c
-@@ -360,13 +360,13 @@
- const char* short_options="p:e:P:l:vzh";
- /* An array describing valid long options. */
- const struct option long_options[] = {
-- { "pid", 0, NULL, 'p' },
-- { "exe", 1, NULL, 'e' },
-- { "path", 0, NULL, 'P' },
-- { "limit", 0, NULL, 'l' },
-- { "verbose", 0, NULL, 'v' },
-- { "lazy", 0, NULL, 'z' },
-- { "help", 0, NULL, 'h' },
-+ { "pid", required_argument, NULL, 'p' },
-+ { "exe", required_argument, NULL, 'e' },
-+ { "path", required_argument, NULL, 'P' },
-+ { "limit", required_argument, NULL, 'l' },
-+ { "verbose", no_argument, NULL, 'v' },
-+ { "lazy", no_argument, NULL, 'z' },
-+ { "help", no_argument, NULL, 'h' },
- { NULL, 0, NULL, 0 }
- };
- //argument variables