From eea092e9ef299fc071973fd1a454d294a9b9d4e7 Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Fri, 10 Feb 2012 21:30:03 +0000 Subject: main/net-snmp: allow tmpfs volumes to be monitored fixes #932 --- main/net-snmp/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index 3928e0b962e..73f902cc98c 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=net-snmp pkgver=5.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Simple Network Management Protocol" url="http://www.net-snmp.org/" arch="all" @@ -34,6 +34,10 @@ prepare() { ;; esac done + + # Allow tmpfs volume size monitoring + # Ref #932 + sed -e 's#"tmpfs",#/* "tmpfs", */#g' -i agent/mibgroup/host/hr_filesys.c } build() { -- cgit v1.2.3