Title: [opsview] [9669] chmod 777 /var/run/opsview
Revision
9669
Author
pknight
Date
2012-07-31 11:28:53 +0100 (Tue, 31 Jul 2012)

Log Message

chmod 777 /var/run/opsview

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-07-31 09:43:43 UTC (rev 9668)
+++ trunk/Makefile	2012-07-31 10:28:53 UTC (rev 9669)
@@ -205,7 +205,7 @@
 	rm -fr /tmp/opsview
 	[ -d /var/log/opsview ] || mkdir /var/log/opsview
 	[ -d /var/run/opsview ] || mkdir /var/run/opsview
-	chmod 777 /var/log/opsview
+	chmod 777 /var/log/opsview /var/run/opsview
 	if [ -f /var/log/opsview/opsview-web.log ] ; then chmod 666 /var/log/opsview/opsview-web.log; fi
 	ls -ld /var/log/opsview
 	ls -l /var/log/opsview

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to