Date: Monday, September 7, 2015 @ 14:17:01 Author: spupykin Revision: 139479
upgpkg: cacti 0.8.8_f-3 upd Modified: cacti/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-07 11:46:28 UTC (rev 139478) +++ PKGBUILD 2015-09-07 12:17:01 UTC (rev 139479) @@ -4,13 +4,14 @@ pkgname=cacti pkgver=0.8.8_f -pkgrel=2 +pkgrel=3 pkgdesc="complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality" arch=(any) url="http://www.cacti.net" license=('GPL') depends=('rrdtool' 'mariadb' 'php' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi') -backup=('etc/webapps/cacti/.htaccess') +backup=('etc/webapps/cacti/.htaccess' + 'etc/webapps/cacti/config.php') install=cacti.install source=("http://www.cacti.net/downloads/$pkgname-${pkgver/_/}.tar.gz") md5sums=('8d90642b362f80c46c489c5531e2ba90')
