aboutsummaryrefslogtreecommitdiff
path: root/admin/muninlite/Makefile
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2015-11-07 18:23:08 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-11-11 23:43:07 +0000
commitd7b95954821d4f28139c1611b3b382a03f528786 (patch)
tree2dbb9bc6ea41e25b02f74884f45b27c9d9b50e54 /admin/muninlite/Makefile
parentbca11d706fe34d8742a84c2df8b37a0ff5e93505 (diff)
muninlite: Fix fetching data for interfaces with a dash in the name
munin-node passes the original interface name (as extracted from /proc/net/dev) to if_* and if_err_*. Thus replacing dash with underscore results in interfaces not being found anymore. Closes: #1927 Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat (limited to 'admin/muninlite/Makefile')
-rw-r--r--admin/muninlite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile
index 4cf700ba9..ef7e11d8d 100644
--- a/admin/muninlite/Makefile
+++ b/admin/muninlite/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=muninlite
PKG_VERSION:=1.0.4
-PKG_RELEASE:=7
+PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)