aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagiosgraph/files
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-19 11:30:40 +0800
committerrafan <rafan@FreeBSD.org>2006-08-19 11:30:40 +0800
commit294aca5b324d2d64293a8d9566c32af52c4fd4d0 (patch)
treecdbda8b74ea0be1580051c1672b755100de50fb6 /net-mgmt/nagiosgraph/files
parent3e739a9296c3c94f10f044875ae7e45956a0151b (diff)
downloadfreebsd-ports-gnome-294aca5b324d2d64293a8d9566c32af52c4fd4d0.tar.gz
freebsd-ports-gnome-294aca5b324d2d64293a8d9566c32af52c4fd4d0.tar.zst
freebsd-ports-gnome-294aca5b324d2d64293a8d9566c32af52c4fd4d0.zip
- Fix HTTP-EQUIV header, bump PORTREVISION
PR: ports/102180 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> (maintainer)
Diffstat (limited to 'net-mgmt/nagiosgraph/files')
-rw-r--r--net-mgmt/nagiosgraph/files/patch-show.cgi13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/nagiosgraph/files/patch-show.cgi b/net-mgmt/nagiosgraph/files/patch-show.cgi
new file mode 100644
index 000000000000..5bd58eb780f3
--- /dev/null
+++ b/net-mgmt/nagiosgraph/files/patch-show.cgi
@@ -0,0 +1,13 @@
+Index: show.cgi
+===================================================================
+--- show.cgi (revision 402)
++++ show.cgi (working copy)
+@@ -252,7 +252,7 @@
+ @style = ( -style => {-src => "$Config{stylesheet}"} );
+ }
+ print header, start_html(-id=>"nagiosgraph", -title => "nagiosgraph: $host-$service",
+- -meta => { -http_equiv => "Refresh", -content => "300" },
++ -head => meta({-http_equiv => 'refresh', -content => '300'}),
+ @style
+ );
+ page($host,$service,$geom,$rrdopts,@db);