diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-03-05 09:23:18 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-03-05 09:23:18 -0500 |
commit | 2d318e40c44970048bee910f78e35b07e6bd7906 (patch) | |
tree | f5c89d1babc7d16d3f76bc5e119ddebc69ec4689 /net-irc/quassel/files | |
parent | net-firewall/shorewall: Bump to v5.1.12.3 (diff) | |
download | gentoo-2d318e40c44970048bee910f78e35b07e6bd7906.tar.gz gentoo-2d318e40c44970048bee910f78e35b07e6bd7906.tar.bz2 gentoo-2d318e40c44970048bee910f78e35b07e6bd7906.zip |
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
Diffstat (limited to 'net-irc/quassel/files')
-rw-r--r-- | net-irc/quassel/files/quasselcore.init | 4 | ||||
-rw-r--r-- | 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 468c24ec2990..8e66dff8ca32 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 5976235aafa4..cfcb5dbb9012 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"} |