diff options
author | David Seifert <soap@gentoo.org> | 2020-01-12 18:06:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-12 18:06:35 +0100 |
commit | a9efe8c8e24042cb5d40b34b8d428358deaf5808 (patch) | |
tree | f346d9c5c744dd65fcea99c4022d9a22e5e29d83 /app-crypt/ekeyd | |
parent | dev-util/mingw64-runtime: drop old (diff) | |
download | gentoo-a9efe8c8e24042cb5d40b34b8d428358deaf5808.tar.gz gentoo-a9efe8c8e24042cb5d40b34b8d428358deaf5808.tar.bz2 gentoo-a9efe8c8e24042cb5d40b34b8d428358deaf5808.zip |
app-crypt/ekeyd: Replace unicode arrow
* Mandated by GLEP 31
Closes: https://bugs.gentoo.org/704970
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r-- | app-crypt/ekeyd/ekeyd-1.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ekeyd/ekeyd-1.1.5-r1.ebuild b/app-crypt/ekeyd/ekeyd-1.1.5-r1.ebuild index cd17249ebd07..4cdadc140840 100644 --- a/app-crypt/ekeyd/ekeyd-1.1.5-r1.ebuild +++ b/app-crypt/ekeyd/ekeyd-1.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -146,7 +146,7 @@ pkg_postinst() { elog "other hosts, you can enable the 'minimal' USE flag." elog "" elog "The service supports multiplexing if you wish to use multiple" - elog "keys, just symlink /etc/init.d/ekeyd → /etc/init.d/ekeyd.identifier" + elog "keys, just symlink /etc/init.d/ekeyd -> /etc/init.d/ekeyd.identifier" elog "and it'll be looking for /etc/entropykey/identifier.conf" elog "" |