diff options
author | Duane Hughes <duanejevon@gmail.com> | 2010-12-16 06:56:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-16 11:57:26 +0000 |
commit | bf98ceeed28512cf4bb09452c7cf98d0a93397ad (patch) | |
tree | bfcb9bcb1e951b565a833706b6a2d44ee6e67599 /main/zabbix/APKBUILD | |
parent | 10fdcd7caa1b09e87dad3aac157ac18f280ff1ef (diff) | |
download | aports-bf98ceeed28512cf4bb09452c7cf98d0a93397ad.tar.bz2 aports-bf98ceeed28512cf4bb09452c7cf98d0a93397ad.tar.xz |
main/zabbix: added support for readproc group
adds zabbix user to gid=30 group present in edge kernel
removed unnecessary config line in zabbix_agentd.conf file
Diffstat (limited to 'main/zabbix/APKBUILD')
-rw-r--r-- | main/zabbix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD index e609a56e9..91b13a690 100644 --- a/main/zabbix/APKBUILD +++ b/main/zabbix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <natanael.copa@gmail.com> pkgname=zabbix pkgver=1.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Enterprise-class open source distributed monitoring" url="www.zabbix.com" arch="x86 x86_64" |