Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443488 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/www-apps/tt-rss/files/ttrssd.initd (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
		# Since I have no idea how I could do this during the webapp-config installation,
20
		# Since I have no idea how I could do this during the webapp-config installation,
21
		# lets do it during start up...
21
		# lets do it during start up...
22
		for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do
22
		for DIR in cache cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do
23
			[ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
23
			[ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
24
			[ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}"
24
			[ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}"
25
		done
25
		done

Return to bug 443488