Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2011 10:52:41 GMT
From:      "Alexey V. Panfilov" <ports@subnets.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162224: [patch] net-mgmt/mrtg fix typo
Message-ID:  <201111011052.pA1AqfeN072951@red.freebsd.org>
Resent-Message-ID: <201111011100.pA1B0Jga030894@freefall.freebsd.org>

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

>Number:         162224
>Category:       ports
>Synopsis:       [patch] net-mgmt/mrtg fix typo
>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:   Tue Nov 01 11:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Panfilov
>Release:        8.2-STABLE
>Organization:
meganet-2003 llc
>Environment:
FreeBSD work-book.lehis.ru 8.2-STABLE FreeBSD 8.2-STABLE #1: Thu Oct  6 19:05:27 MSK 2011     lehis@work-book.lehis.ru:/usr/src/sys/i386/compile/BOOK-8-STABLE  i386
>Description:
Patch provided by Alexey Markov fixes broken translation because of typo in the bin/mrtg
>How-To-Repeat:

>Fix:
Apply the patch

Patch attached with submission follows:

--- bin/mrtg	2011-02-18 17:34:27.000000000 +0300
+++ bin/mrtg	2011-11-01 14:20:02.000000000 +0400
@@ -1748,7 +1748,7 @@
         print HTML "
 <!-- Begin $sample{$peri} -->
 		<div class=\"graph\">
-			<h2>".&$LOC("$sample{$peri}").&$LOC(' Average\)')."</h2>
+			<h2>".&$LOC("$sample{$peri}").&$LOC(" Average\)")."</h2>
 			<img src=\"$imagepath$router-$full{$peri}.${main::GRAPHFMT}\" title=\"$full{$peri}\" alt=\"$full{$peri}\" />
 			<table>
 				<tr>


>Release-Note:
>Audit-Trail:
>Unformatted:



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