[arch-commits] Commit in cacti/trunk (PKGBUILD tmpfiles.conf)

David Runge dvzrv at archlinux.org
Sat Jan 27 17:29:39 UTC 2018


    Date: Saturday, January 27, 2018 @ 17:29:36
  Author: dvzrv
Revision: 287506

upgpkg: cacti 1.1.30-2

Fixing broken user name in tmpfiles.d file.

Modified:
  cacti/trunk/PKGBUILD
  cacti/trunk/tmpfiles.conf

---------------+
 PKGBUILD      |    4 ++--
 tmpfiles.conf |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 17:22:24 UTC (rev 287505)
+++ PKGBUILD	2018-01-27 17:29:36 UTC (rev 287506)
@@ -5,7 +5,7 @@
 
 pkgname=cacti
 pkgver=1.1.30
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality."
 arch=('any')
 url="https://www.cacti.net"
@@ -16,7 +16,7 @@
 source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz"
         'tmpfiles.conf')
 sha512sums=('2516deffcbd5a2394b2fdde0359f9a52eeabe019d340ebd7c9f26de454984243760b54733fd4d0e63e3d04fc2b511d3e0066bfc8ed9aaa6374c809705d06e828'
-            '272a5e666e5f1c61b3165dcf1b229a88e8c1bb9c75e857721f65961795abf9cecf691d6291cba9401ce70733183191dfdfb8e4e941426cfdb06f2c9e0b129b0a')
+            '6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
 
 prepare() {
   cd "${pkgname}-${pkgver}"

Modified: tmpfiles.conf
===================================================================
--- tmpfiles.conf	2018-01-27 17:22:24 UTC (rev 287505)
+++ tmpfiles.conf	2018-01-27 17:29:36 UTC (rev 287506)
@@ -1,2 +1,2 @@
-d /var/log/cacti 0755 http:http -
-d /var/lib/cacti/rra 0755 http:http -
+d /var/log/cacti 0755 http http
+d /var/lib/cacti/rra 0755 http http



More information about the arch-commits mailing list