Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: ttrssd.initd
Date: Fri, 03 Feb 2012 22:37:37
Message-Id: 20120203223728.3FF952004F@flycatcher.gentoo.org
1 hwoarang 12/02/03 22:37:28
2
3 Modified: ttrssd.initd
4 Log:
5 version bump. thanks to Patrick <mail@×××××××××××××.net>. Bug #399889
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 www-apps/tt-rss/files/ttrssd.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?r1=1.2&r2=1.3
15
16 Index: ttrssd.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ttrssd.initd 4 Dec 2011 10:53:46 -0000 1.2
23 +++ ttrssd.initd 3 Feb 2012 22:37:28 -0000 1.3
24 @@ -19,9 +19,9 @@
25
26 # Since I have no idea how I could do this during the webapp-config installation,
27 # lets do it during start up...
28 - for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie lock feed-icons; do
29 - chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
30 - chmod g+w "${INSTANCE_DIR}/${DIR}"
31 + for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do
32 + [ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
33 + [ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}"
34 done
35
36 # Finally run the PHP script