dev-db/postgresql initscripts "provide postgresql". diff --git a/www-apps/tt-rss/files/ttrssd.initd-r2 b/www-apps/tt-rss/files/ttrssd.initd-r2 old mode 100644 new mode 100755 index d46d5890a1f..248b89b48be --- a/www-apps/tt-rss/files/ttrssd.initd-r2 +++ b/www-apps/tt-rss/files/ttrssd.initd-r2 @@ -4,7 +4,7 @@ depend() { need logger net - after postgres mysql + after postgresql mysql } LOGFILE=${LOGFILE:-"/var/log/ttrssd.log"}
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9605ea072743f9a1a27eaf8437de2a41a263bdaf commit 9605ea072743f9a1a27eaf8437de2a41a263bdaf Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2018-01-18 13:39:08 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2018-01-18 13:43:48 +0000 www-apps/tt-rss: Bump to 20180105, security fix, other fixes * Addresses unsafe use of recursive chown/chmod in the init script whilst also dealing with poor permissions handling that may have led to issues in the past. * Fixes "postgresql" misspelling in the init script. * Fixes logrotate issue using delaycompress directive. * Allows options to be passed to the daemon. Bug: https://bugs.gentoo.org/603518 Closes: https://bugs.gentoo.org/609044 Closes: https://bugs.gentoo.org/620878 Closes: https://bugs.gentoo.org/627048 Closes: https://bugs.gentoo.org/639918 Package-Manager: Portage-2.3.19, Repoman-2.3.6 www-apps/tt-rss/Manifest | 1 + www-apps/tt-rss/files/permissions | 25 ++++++ .../tt-rss/files/postinstall-en-with-daemon-r1.txt | 14 ++++ .../tt-rss/files/postinstall-en-with-daemon.txt | 2 +- www-apps/tt-rss/files/postinstall-en.txt | 7 +- www-apps/tt-rss/files/ttrssd.confd-r2 | 47 ++++++++++++ www-apps/tt-rss/files/ttrssd.initd-r3 | 88 ++++++++++++++++++++++ www-apps/tt-rss/files/ttrssd.logrotated | 1 + www-apps/tt-rss/files/ttrssd.logrotated-r1 | 9 +++ www-apps/tt-rss/tt-rss-20180105.ebuild | 84 +++++++++++++++++++++ 10 files changed, 271 insertions(+), 7 deletions(-)