summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-06-17 22:18:52 +0200
committerSanskritFritz2016-06-17 22:18:52 +0200
commit90844e625e296239ee1e674349576a2821fb8e94 (patch)
tree95553a744aaf938d2901da5e12418cc756114414
parenteeec1815a94923a4e3679fb40eabd802c7f9a2c6 (diff)
downloadaur-90844e625e296239ee1e674349576a2821fb8e94.tar.gz
/var/lib/netdata ownership fixed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--netdata-git.install1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6803ce24d7..00c74ecca239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 19:40:04 UTC 2016
+# Fri Jun 17 20:17:33 UTC 2016
pkgbase = netdata-git
pkgdesc = Real-time performance monitoring, in the greatest possible detail, over the web.
- pkgver = v1.1.0.r62.gc41b6c1
+ pkgver = v1.2.0.r301.g97f9233
pkgrel = 1
url = https://github.com/firehol/netdata/wiki
install = netdata-git.install
diff --git a/PKGBUILD b/PKGBUILD
index cf56341283c5..4064269349c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=netdata-git
_gitname=netdata
-pkgver=v1.1.0.r62.gc41b6c1
+pkgver=v1.2.0.r301.g97f9233
pkgrel=1
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
url="https://github.com/firehol/netdata/wiki"
diff --git a/netdata-git.install b/netdata-git.install
index 9a9f37e83494..08934b0a4ed2 100644
--- a/netdata-git.install
+++ b/netdata-git.install
@@ -3,6 +3,7 @@ chown_netdata() {
chown --recursive netdata:netdata /var/cache/netdata
chown --recursive netdata:netdata /usr/share/netdata/web
chown --recursive netdata:netdata /etc/netdata
+ chown --recursive netdata:netdata /var/lib/netdata
}
post_install() {