Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Sep 2018 09:19:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231089] net-mgmt/librenms typo's in default.inc.php
Message-ID:  <bug-231089-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231089

            Bug ID: 231089
           Summary: net-mgmt/librenms typo's in default.inc.php
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: driesm.michiels@gmail.com
                CC: dvl@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

There are two typo's in the default PHP included configuration:

1:=20
$config['nmap']           =3D '/usr/localbin/nmap';
Should be
$config['nmap']           =3D '/usr/local/bin/nmap';

2:
$config['mtr']            =3D '/usr/local/bin/mtr';
Should be
$config['mtr']            =3D '/usr/local/sbin/mtr';

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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