diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:11:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:11:32 +0000 |
commit | 319df19bad6a40aaa9520e9b890d3c6d24956343 (patch) | |
tree | ab0cd28a1e349560a9879abc3f5160a9f670357c /app-admin/skey/skey-1.1.5-r6.ebuild | |
parent | Added ~ppc64 (diff) | |
download | historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.gz historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.bz2 historical-319df19bad6a40aaa9520e9b890d3c6d24956343.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/skey/skey-1.1.5-r6.ebuild')
-rw-r--r-- | app-admin/skey/skey-1.1.5-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/skey/skey-1.1.5-r6.ebuild b/app-admin/skey/skey-1.1.5-r6.ebuild index ad9b5a0a5737..2ab9e2619ed1 100644 --- a/app-admin/skey/skey-1.1.5-r6.ebuild +++ b/app-admin/skey/skey-1.1.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r6.ebuild,v 1.1 2007/01/05 10:40:56 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/skey/skey-1.1.5-r6.ebuild,v 1.2 2007/01/24 14:58:14 genone Exp $ inherit flag-o-matic ccc eutils @@ -108,6 +108,6 @@ pkg_postinst() { # these permissions are applied by the skey system if missing. chmod 0600 /etc/skey/skeykeys - einfo "For an instroduction into using s/key authentication, take" - einfo "a look at the EXAMPLES section from the skey(1) manpage." + elog "For an instroduction into using s/key authentication, take" + elog "a look at the EXAMPLES section from the skey(1) manpage." } |