Bug 125336 - [patch] Port: net-mgmt/nagiosgraph
Summary: [patch] Port: net-mgmt/nagiosgraph
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-06 17:00 UTC by Olli Hauer
Modified: 2008-07-14 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2008-07-06 17:00 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2008-07-06 17:00:03 UTC
The path to nagiosgraph.conf is inconsistent in the sources, so {REPLACE_CMD} should be adjusted for show.cgi

path before this patch

# grep -R "/nagiosgraph.conf" * | grep -v bak
insert.pl:my $configfile = '/usr/local/etc/nagios/nagiosgraph/nagiosgraph.conf';
show.cgi:my $configfile = '/usr/local/etc/nagiosgraph/nagios/nagiosgraph/nagiosgraph.conf';


now after Makefile adjustment

# grep -R "/nagiosgraph.conf" * | grep -v bak
insert.pl:my $configfile = '/usr/local/etc/nagios/nagiosgraph/nagiosgraph.conf';
show.cgi:my $configfile = '/usr/local/etc/nagios/nagiosgraph/nagiosgraph.conf';

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-06 17:00:10 UTC
Maintainer of net-mgmt/nagiosgraph,

Please note that PR ports/125336 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125336

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-06 17:00:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Denis Shaposhnikov 2008-07-07 09:39:24 UTC
Hello,

On Sun, 6 Jul 2008 16:00:10 UT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125336

Thank you! I approve this path.

-- 
DSS5-RIPE DSS-RIPN mailto:dsh@wizard.volgograd.ru xmpp:dsh@vlink.ru
http://wizard.volgograd.ru/ 2:550/5068@fidonet 2:550/5069@fidonet
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2008-07-07 11:12:09 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Thomas Abthorpe freebsd_committer freebsd_triage 2008-07-08 19:55:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-07-14 15:29:03 UTC
tabthorpe    2008-07-14 14:28:55 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/nagiosgraph Makefile 
  Log:
  - Fix common location for nagiosgraph.conf
  - Bump PORTREVISION
  - Use SF macro while I am here
  
  PR:             ports/125336
  Submitted by:   Olli Hauer <ohauer gmx.de>
  Approved by:    Denis Shaposhnikov <dsh wizard.volgograd.ru> (maintainer)
  
  Revision  Changes    Path
  1.9       +9 -5      ports/net-mgmt/nagiosgraph/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Thomas Abthorpe freebsd_committer freebsd_triage 2008-07-14 15:29:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!