summaryrefslogtreecommitdiff
path: root/net/nagios-base/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/nagios-base/patches/patch-ak')
-rw-r--r--net/nagios-base/patches/patch-ak20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/nagios-base/patches/patch-ak b/net/nagios-base/patches/patch-ak
deleted file mode 100644
index ed52bcedcaa..00000000000
--- a/net/nagios-base/patches/patch-ak
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2008/03/18 21:53:41 tonnerre Exp $
-
---- cgi/histogram.c.orig 2006-03-21 22:31:46.000000000 +0100
-+++ cgi/histogram.c
-@@ -1086,6 +1086,7 @@ int process_cgivars(void){
- host_name="";
- else
- strcpy(host_name,variables[x]);
-+ strip_html_brackets(host_name);
-
- display_type=DISPLAY_HOST_HISTOGRAM;
- }
-@@ -1103,6 +1104,7 @@ int process_cgivars(void){
- svc_description="";
- else
- strcpy(svc_description,variables[x]);
-+ strip_html_brackets(svc_description);
-
- display_type=DISPLAY_SERVICE_HISTOGRAM;
- }