mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix default location of ping and nagios plugins
PR: 242651 Submitted by: Dries Michiels <driesm.michiels@gmail.com>
This commit is contained in:
parent
719fc2047b
commit
30509ca474
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520732
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= librenms
|
||||
PORTVERSION= 1.56
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= LOCAL/dvl:vendor
|
||||
|
@ -16,15 +16,16 @@
|
||||
-$config['ping'] = '/bin/ping';
|
||||
-$config['mtr'] = '/usr/bin/mtr';
|
||||
-$config['nmap'] = '/usr/bin/nmap';
|
||||
+$config['ping'] = '/dbin/ping';
|
||||
+$config['ping'] = '/sbin/ping';
|
||||
+$config['mtr'] = '/usr/local/bin/mtr';
|
||||
+$config['nmap'] = '/usr/local/bin/nmap';
|
||||
$config['nagios_plugins'] = '/usr/lib/nagios/plugins';
|
||||
-$config['nagios_plugins'] = '/usr/lib/nagios/plugins';
|
||||
-$config['ipmitool'] = '/usr/bin/ipmitool';
|
||||
-$config['virsh'] = '/usr/bin/virsh';
|
||||
-$config['dot'] = '/usr/bin/dot';
|
||||
-$config['sfdp'] = '/usr/bin/sfdp';
|
||||
-$config['nfdump'] = '/usr/bin/nfdump';
|
||||
+$config['nagios_plugins'] = '/usr/local/libexec/nagios';
|
||||
+$config['ipmitool'] = '/usr/local/bin/ipmitool';
|
||||
+$config['virsh'] = '/usr/local/bin/virsh';
|
||||
+$config['dot'] = '/usr/local/bin/dot';
|
||||
|
Loading…
Reference in New Issue
Block a user