diff options
author | Olivier Crête <tester@gentoo.org> | 2006-10-13 23:48:09 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-10-13 23:48:09 +0000 |
commit | c7050f4d3cb90672aa321087c6452c4df9bc2309 (patch) | |
tree | 24f7513ce4f7f3b1f7623820338b89e1ddbca288 /sys-auth/pam_keyring | |
parent | Use g+rw instead of o+rw #151063. Don't die when hg pull finds no changes #1... (diff) | |
download | gentoo-2-c7050f4d3cb90672aa321087c6452c4df9bc2309.tar.gz gentoo-2-c7050f4d3cb90672aa321087c6452c4df9bc2309.tar.bz2 gentoo-2-c7050f4d3cb90672aa321087c6452c4df9bc2309.zip |
replace einfo with elog
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-auth/pam_keyring')
-rw-r--r-- | sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild b/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild index a651e10c07f1..2f12f3ad890d 100644 --- a/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild +++ b/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild,v 1.1 2006/10/02 05:03:44 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_keyring/pam_keyring-0.0.8.ebuild,v 1.2 2006/10/13 23:48:09 tester Exp $ inherit multilib eutils @@ -38,6 +38,6 @@ src_install() { } pkg_postinst() { - einfo "There is a example of a /etc/pam.d/gdm with pam_keyring" - einfo "at /usr/share/doc/${PF}/gdm.example.gz" + elog "There is a example of a /etc/pam.d/gdm with pam_keyring" + elog "at /usr/share/doc/${PF}/gdm.example.gz" } |