FreeBSD Bugzilla – Attachment 69932 Details for
Bug 102180
Update port: net-mgmt/nagiosgraph (fix HTTP-EQUIV headers)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.50 KB, created by
Denis Shaposhnikov
on 2006-08-17 09:50:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Denis Shaposhnikov
Created:
2006-08-17 09:50:12 UTC
Size:
1.50 KB
patch
obsolete
>Index: files/patch-show.cgi >=================================================================== >--- files/patch-show.cgi (.../vendor/FreeBSD/ports/net-mgmt/nagiosgraph/current) (revision 0) >+++ files/patch-show.cgi (.../trunk/src/ports/net-mgmt/nagiosgraph) (revision 409) >@@ -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); >Index: Makefile >=================================================================== >--- Makefile (.../vendor/FreeBSD/ports/net-mgmt/nagiosgraph/current) (revision 409) >+++ Makefile (.../trunk/src/ports/net-mgmt/nagiosgraph) (revision 409) >@@ -7,12 +7,13 @@ > > PORTNAME= nagiosgraph > PORTVERSION= 0.8.2 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= dsh@vlink.ru >-COMMENT= Generate rrdtool's graphs by performance data from nagios plugins >+COMMENT= Generate rrdtool\'s graphs by performance data from nagios plugins > > RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ > ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 102180
: 69932
Working