wingo - flumotion/trunk

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Mon Jan 22 11:24:19 CET 2007


Author: wingo
Date: Mon Jan 22 11:24:16 2007
New Revision: 4415

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/flumotion.spec.in
Log:
2007-01-22  Andy Wingo  <wingo at pobox.com>

	* flumotion.spec.in: Make log, run, and cache dirs root:flumotion
	770 so that flumotion can rotate logs, manage its PID file, and
	also the registry cache.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Mon Jan 22 11:24:16 2007
@@ -1,3 +1,9 @@
+2007-01-22  Andy Wingo  <wingo at pobox.com>
+
+	* flumotion.spec.in: Make log, run, and cache dirs root:flumotion
+	770 so that flumotion can rotate logs, manage its PID file, and
+	also the registry cache.
+
 2007-01-21  Andy Wingo  <wingo at pobox.com>
 
 	* flumotion/component/consumers/httpstreamer/http.py

Modified: flumotion/trunk/flumotion.spec.in
==============================================================================
--- flumotion/trunk/flumotion.spec.in	(original)
+++ flumotion/trunk/flumotion.spec.in	Mon Jan 22 11:24:16 2007
@@ -251,12 +251,22 @@
 %{_datadir}/flumotion/*.xsl
 
 %attr(750,root,flumotion) %{_sysconfdir}/flumotion
-%attr(750,root,flumotion) %{_localstatedir}/run/flumotion
-%attr(750,root,flumotion) %{_localstatedir}/log/flumotion
-%attr(750,root,flumotion) %{_localstatedir}/cache/flumotion
+%attr(770,root,flumotion) %{_localstatedir}/run/flumotion
+%attr(770,root,flumotion) %{_localstatedir}/log/flumotion
+%attr(770,root,flumotion) %{_localstatedir}/cache/flumotion
 %{_sysconfdir}/rc.d/init.d/flumotion
 
 %changelog
+* Mon Jan 22 2006 Andy Wingo <wingo at pobox.com>
+- Make the run, log, and cache directories group-writable, so that
+  processes can manage their own pid, log files, and registry caches.
+
+* Tue Dec 19 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- switch around to root:flumotion for ownership of various directories,
+  allowing users in the flumotion group to see logs and config
+- remove flumotion cache/home dir contents
+- clean up commenting in manager config
+
 * Tue Dec 19 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 - switch around to root:flumotion for ownership of various directories,
   allowing users in the flumotion group to see logs and config


More information about the flumotion-commit mailing list