diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-06 02:05:15 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-07 07:20:09 +0000 |
commit | 1688eb68a51e1350541448e89cef117a285c09e0 (patch) | |
tree | 3d1f9826a4d2c13a9afecf5b4d4a650a9df920a6 /testing/rrdbot/APKBUILD | |
parent | 9fd5431afb18e64724031151c5657bf6750d18b7 (diff) | |
download | aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.bz2 aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.xz |
testing/[various]: Bump pkgrel for .pre-install scripts fixes.
* testing/at: Properly set primary group in .pre-install.
testing/at/at.pre-install
* testing/ejabberd: Fix .pre-install script broken since 9716bc3570be.
testing/ejabberd/ejabberd.pre-install
* testing/rrdbot: Remove bogus comment in .pre-install script.
testing/rrdbot/rrdbot.pre-install
* testing/[various]: Add group and use it as primary in .pre-* scripts.
testing/dbmail/dbmail.pre-install
testing/dspam/dspam.pre-install
testing/opensips/opensips.pre-install
testing/pdns/pdns.pre-install
testing/qpage/qpage.pre-install
testing/rrdbot/rrdbot.pre-install
testing/wt/wt.pre-install
Diffstat (limited to 'testing/rrdbot/APKBUILD')
-rw-r--r-- | testing/rrdbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rrdbot/APKBUILD b/testing/rrdbot/APKBUILD index 7050d44d78..2da147f4e5 100644 --- a/testing/rrdbot/APKBUILD +++ b/testing/rrdbot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=rrdbot pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="An SNMP polling daemon which writes the polled values to an RRD database" url="http://thewalter.net/stef/software/rrdbot/" arch="all" |