diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-03-25 12:50:31 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-03-25 12:50:31 +0000 |
commit | 8051ab955565d46e12811a74a6030a10189940c6 (patch) | |
tree | ccab1ac88c812a9bb8c8d644c273c3a46289cf76 | |
parent | x11/libXv: add CPE information (diff) |
Correct paths to fping out of the box
Submitted by: raf@verbiest.be
Notes
Notes:
svn path=/head/; revision=382209
-rw-r--r-- | net-mgmt/observium/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/observium/files/patch-includes_defaults.inc.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index e4dda793cbd0..26668b580d0c 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.14.11.6000 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest diff --git a/net-mgmt/observium/files/patch-includes_defaults.inc.php b/net-mgmt/observium/files/patch-includes_defaults.inc.php index ce3f762fd105..7e0d99a10d25 100644 --- a/net-mgmt/observium/files/patch-includes_defaults.inc.php +++ b/net-mgmt/observium/files/patch-includes_defaults.inc.php @@ -22,8 +22,8 @@ -$config['snmpbulkwalk'] = "/usr/bin/snmpbulkwalk"; -$config['snmptranslate'] = "/usr/bin/snmptranslate"; +$config['rrdtool'] = "/usr/local/bin/rrdtool"; -+$config['fping'] = "/usr/local/bin/fping"; -+$config['fping6'] = "/usr/local/bin/fping6"; ++$config['fping'] = "/usr/local/sbin/fping"; ++$config['fping6'] = "/usr/local/sbin/fping6"; +$config['snmpwalk'] = "/usr/local/bin/snmpwalk"; +$config['snmpget'] = "/usr/local/bin/snmpget"; +$config['snmpbulkget'] = "/usr/local/bin/snmpbulkget"; |