[packages/carbon] package DATA_DIRS
glen
glen at pld-linux.org
Thu Jul 11 23:46:32 CEST 2013
commit 5cb931a695923d647a47c92baa6373aa7dc065dd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Jul 12 00:45:37 2013 +0300
package DATA_DIRS
graphite-web local_settings.py says:
NOTE: If any directory is unreadable in DATA_DIRS it will break metric browsing
carbon.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/carbon.spec b/carbon.spec
index 67758fd..0f66fc0 100644
--- a/carbon.spec
+++ b/carbon.spec
@@ -1,7 +1,7 @@
Summary: Back-end data caching and persistence daemon for Graphite
Name: carbon
Version: 0.9.10
-Release: 0.5
+Release: 0.6
License: Apache v2.0
Group: Daemons
Source0: https://github.com/downloads/graphite-project/carbon/%{name}-%{version}.tar.gz
@@ -141,3 +141,6 @@ fi
%dir %{_localstatedir}/run/%{name}
%dir %attr(775,root,carbon) %{_localstatedir}/log/%{name}
%dir %attr(775,root,carbon) %{_sharedstatedir}/%{name}
+%dir %attr(775,root,carbon) %{_sharedstatedir}/%{name}/rrd
+%dir %attr(775,root,carbon) %{_sharedstatedir}/%{name}/whisper
+%dir %attr(775,root,carbon) %{_sharedstatedir}/%{name}/lists
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/carbon.git/commitdiff/5cb931a695923d647a47c92baa6373aa7dc065dd
More information about the pld-cvs-commit
mailing list