summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-04-11 18:37:46 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-04-11 18:39:15 +0200
commitf42d6679c038c3efcc257d38547267d01823aea9 (patch)
treec4c28f13dfbb937fde441da371632f2926b40a21 /www-apps/grafana-bin/files
parentapp-portage/prefix-chain-setup: use.files are in etc/portage/profile/ (diff)
downloadgentoo-f42d6679c038c3efcc257d38547267d01823aea9.tar.gz
gentoo-f42d6679c038c3efcc257d38547267d01823aea9.tar.bz2
gentoo-f42d6679c038c3efcc257d38547267d01823aea9.zip
www-apps/grafana-bin: revert 12c3eacda7c4d23686eaf10eab21d810cc95ea49 and disable log rotation support.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-apps/grafana-bin/files')
-rw-r--r--www-apps/grafana-bin/files/grafana.logrotate8
1 files changed, 0 insertions, 8 deletions
diff --git a/www-apps/grafana-bin/files/grafana.logrotate b/www-apps/grafana-bin/files/grafana.logrotate
deleted file mode 100644
index 508db1e16cec..000000000000
--- a/www-apps/grafana-bin/files/grafana.logrotate
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/log/grafana/grafana*.log {
- nocompress
- create 644 root root
- daily
- rotate 7
- missingok
- size 50M
-}