mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net-mgmt/librenms: Update version 201509=>201510
This commit is contained in:
parent
670c3111ae
commit
f7219dc0a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399711
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librenms
|
||||
PORTVERSION= 201509
|
||||
PORTVERSION= 201510
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.librenms.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (librenms-librenms-201509_GH0.tar.gz) = 920f8ede391f532ffb53e9fb481386506d4bfaf211601d5ca3a759e99dccbfea
|
||||
SIZE (librenms-librenms-201509_GH0.tar.gz) = 28524457
|
||||
SHA256 (librenms-librenms-201510_GH0.tar.gz) = 6e2d2ee4ca8ec0a1bbd6d1fade74934c3422628999bba05f3c27a5b267e3829a
|
||||
SIZE (librenms-librenms-201510_GH0.tar.gz) = 28624442
|
||||
|
@ -1,22 +1,25 @@
|
||||
--- includes/defaults.inc.php.orig 2015-09-06 18:47:34 UTC
|
||||
--- includes/defaults.inc.php.orig 2015-10-16 23:09:41 UTC
|
||||
+++ includes/defaults.inc.php
|
||||
@@ -40,7 +40,7 @@ $config['project_name'] = 'LibreNMS';
|
||||
$config['project_id'] = strtolower($config['project_name']);
|
||||
|
||||
$config['temp_dir'] = '/tmp';
|
||||
-$config['install_dir'] = '/opt/'.$config['project_id'];
|
||||
+$config['install_dir'] = '/usr/local/www/' . $config['project_id'];
|
||||
+$config['install_dir'] = '/usr/local/www/'.$config['project_id'];
|
||||
$config['log_dir'] = $config['install_dir'].'/logs';
|
||||
|
||||
// MySQL extension to use
|
||||
@@ -50,24 +50,24 @@ $config['db']['extension'] = 'mysq
|
||||
@@ -50,26 +50,26 @@ $config['db']['extension'] = 'mysq
|
||||
$config['own_hostname'] = 'localhost';
|
||||
|
||||
// Location of executables
|
||||
-$config['rrdtool'] = '/usr/bin/rrdtool';
|
||||
-$config['fping'] = '/usr/bin/fping';
|
||||
+$config['rrdtool'] = '/usr/local/bin/rrdtool';
|
||||
$config['rrdtool_version'] = 1.4; // Doesn't need to contain minor numbers.
|
||||
-$config['fping'] = '/usr/bin/fping';
|
||||
-$config['fping6'] = 'fping6';
|
||||
+$config['fping'] = '/usr/local/sbin/fping';
|
||||
+$config['fping6'] = '/usr/local/sbin/fping6';
|
||||
$config['fping_options']['retries'] = 3;
|
||||
$config['fping_options']['timeout'] = 500;
|
||||
$config['fping_options']['count'] = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user