[Bug 231089] net-mgmt/librenms typo's in default.inc.php

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 2 09:19:52 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231089

            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 at freebsd.org
          Reporter: driesm.michiels at gmail.com
                CC: dvl at FreeBSD.org
          Assignee: bofh at freebsd.org
             Flags: maintainer-feedback?(bofh at freebsd.org)

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

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

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

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


More information about the freebsd-ports-bugs mailing list