Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639920 - net-irc/quassel: quasselcore.init{,-r1} has misspelling in depend
Summary: net-irc/quassel: quasselcore.init{,-r1} 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 (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-05 12:27 UTC by Aaron W. Swenson
Modified: 2018-03-05 14:23 UTC (History)
2 users (show)

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:27:15 UTC
dev-db/postgresql initscripts "provide postgresql".

diff --git a/net-irc/quassel/files/quasselcore.init b/net-irc/quassel/files/quasselcore.init
index 468c24ec299..25623b2b04c 100644
--- a/net-irc/quassel/files/quasselcore.init
+++ b/net-irc/quassel/files/quasselcore.init
@@ -4,7 +4,7 @@

 depend() {
        need localmount net
-       after bootmisc postgres
+       after bootmisc postgresql
 }

 CORE="$(which quasselcore)"
diff --git a/net-irc/quassel/files/quasselcore.init-r1 b/net-irc/quassel/files/quasselcore.init-r1
index 5976235aafa..e6bdcd5a413 100644
--- a/net-irc/quassel/files/quasselcore.init-r1
+++ b/net-irc/quassel/files/quasselcore.init-r1
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2

 depend() {
-       after logger postgres
+       after logger postgresql
 }

 LISTEN=${LISTEN:-"0.0.0.0"}
Comment 1 Larry the Git Cow gentoo-dev 2018-03-05 14:23:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d318e40c44970048bee910f78e35b07e6bd7906

commit 2d318e40c44970048bee910f78e35b07e6bd7906
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2018-03-05 14:23:18 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-03-05 14:23:18 +0000

    net-irc/quassel: Spelling fix in intscript depend
    
    dev-db/postgresql initscripts provide “postgresql”, not “postgres”.
    
    Closes: https://bugs.gentoo.org/639920
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-irc/quassel/files/quasselcore.init    | 4 ++--
 net-irc/quassel/files/quasselcore.init-r1 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)