commit: 2d318e40c44970048bee910f78e35b07e6bd7906 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Mon Mar 5 14:23:18 2018 +0000 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Mon Mar 5 14:23:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d318e40
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(-) diff --git a/net-irc/quassel/files/quasselcore.init b/net-irc/quassel/files/quasselcore.init index 468c24ec299..8e66dff8ca3 100644 --- a/net-irc/quassel/files/quasselcore.init +++ b/net-irc/quassel/files/quasselcore.init @@ -1,10 +1,10 @@ #!/sbin/openrc-run -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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..cfcb5dbb901 100644 --- a/net-irc/quassel/files/quasselcore.init-r1 +++ b/net-irc/quassel/files/quasselcore.init-r1 @@ -1,9 +1,9 @@ #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { - after logger postgres + after logger postgresql } LISTEN=${LISTEN:-"0.0.0.0"}
