public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: ttrssd.initd
@ 2012-02-03 22:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-02-03 22:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/02/03 22:37:28

  Modified:             ttrssd.initd
  Log:
  version bump. thanks to Patrick <mail@patrick-nagel.net>. Bug #399889
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  www-apps/tt-rss/files/ttrssd.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?r1=1.2&r2=1.3

Index: ttrssd.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ttrssd.initd	4 Dec 2011 10:53:46 -0000	1.2
+++ ttrssd.initd	3 Feb 2012 22:37:28 -0000	1.3
@@ -19,9 +19,9 @@
 
 		# Since I have no idea how I could do this during the webapp-config installation,
 		# lets do it during start up...
-		for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie lock feed-icons; do
-			chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
-			chmod g+w "${INSTANCE_DIR}/${DIR}"
+		for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do
+			[ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
+			[ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}"
 		done
 
 		# Finally run the PHP script






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-03 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 22:37 [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: ttrssd.initd Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox