summaryrefslogtreecommitdiff
path: root/net/nagios-base/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'net/nagios-base/patches/patch-ar')
-rw-r--r--net/nagios-base/patches/patch-ar12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/nagios-base/patches/patch-ar b/net/nagios-base/patches/patch-ar
new file mode 100644
index 00000000000..8fb9cca1507
--- /dev/null
+++ b/net/nagios-base/patches/patch-ar
@@ -0,0 +1,12 @@
+$NetBSD: patch-ar,v 1.1 2008/03/18 21:53:41 tonnerre Exp $
+
+--- cgi/statuswrl.c.orig 2006-03-27 17:38:06.000000000 +0200
++++ cgi/statuswrl.c
+@@ -239,6 +239,7 @@ int process_cgivars(void){
+ host_name="all";
+ else
+ strcpy(host_name,variables[x]);
++ strip_html_brackets(host_name);
+
+ if(!strcmp(host_name,"all"))
+ show_all_hosts=TRUE;