diff options
Diffstat (limited to 'net-mgmt/netsaint-plugins/files/patch-check_mrtg.c')
-rw-r--r-- | net-mgmt/netsaint-plugins/files/patch-check_mrtg.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c b/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c deleted file mode 100644 index 7443d87e0836..000000000000 --- a/net-mgmt/netsaint-plugins/files/patch-check_mrtg.c +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/check_mrtg.c.orig Mon May 24 22:29:35 2004 -+++ plugins/check_mrtg.c Mon May 24 22:29:52 2004 -@@ -338,10 +338,10 @@ - usage("Invalid variable number\n"); - break; - case 'w': /* critical time threshold */ -- value_warning_threshold=strtoul(argv[5],NULL,10); -+ value_warning_threshold=strtoul(optarg,NULL,10); - break; - case 'c': /* warning time threshold */ -- value_critical_threshold=strtoul(argv[6],NULL,10); -+ value_critical_threshold=strtoul(optarg,NULL,10); - break; - case 'l': /* label */ - value_label=optarg; |