[arch-commits] Commit in netdata/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 19 22:22:23 UTC 2017


    Date: Wednesday, April 19, 2017 @ 22:22:23
  Author: svenstaro
Revision: 223884

upgpkg: netdata 1.6.0-2

Add logrotate config (fixes FS#52348)

Modified:
  netdata/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-19 20:46:33 UTC (rev 223883)
+++ PKGBUILD	2017-04-19 22:22:23 UTC (rev 223884)
@@ -3,7 +3,7 @@
 
 pkgname=netdata
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
 url="https://github.com/firehol/netdata/wiki"
 arch=('i686' 'x86_64')
@@ -38,5 +38,6 @@
 	touch "$pkgdir/etc/netdata/netdata.conf"
 
 	install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service"
+	install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
 }
 



More information about the arch-commits mailing list