Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639918 - www-apps/tt-rss: ttrssd.initd-r2 has misspelling in depend
Summary: www-apps/tt-rss: ttrssd.initd-r2 has misspelling in depend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-05 12:22 UTC by Aaron W. Swenson
Modified: 2018-01-18 13:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron W. Swenson gentoo-dev 2017-12-05 12:22:33 UTC
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"}
Comment 1 Larry the Git Cow gentoo-dev 2018-01-18 13:44:08 UTC
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(-)