Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 12:40:45 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@neva.vlink.ru
Subject:   ports/102180: Update port: net-mgmt/nagiosgraph (fix HTTP-EQUIV headers)
Message-ID:  <200608170840.k7H8ej31026615@neva.vlink.ru>
Resent-Message-ID: <200608170850.k7H8oC93083177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102180
>Category:       ports
>Synopsis:       Update port: net-mgmt/nagiosgraph (fix HTTP-EQUIV headers)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 08:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Tue Jun 27 16:19:50 MSD 2006 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

Add patch to fix broken HTTP-EQUIV HTML headers. Thanks to Denis
Peplin for the patch.

>How-To-Repeat:
	
>Fix:

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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608170840.k7H8ej31026615>