diff options
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." } |