diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:49:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:49:18 +0000 |
commit | 82b91b0ccc06e80ef0d545e65281589732c02329 (patch) | |
tree | 3504f35d1473e0e2321bfa2c757209c5db4af43f /sys-auth | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-82b91b0ccc06e80ef0d545e65281589732c02329.tar.gz gentoo-2-82b91b0ccc06e80ef0d545e65281589732c02329.tar.bz2 gentoo-2-82b91b0ccc06e80ef0d545e65281589732c02329.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_passwdqc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild | 12 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/sys-auth/pam_passwdqc/ChangeLog b/sys-auth/pam_passwdqc/ChangeLog index c7431b51794f..7d82255b3ec6 100644 --- a/sys-auth/pam_passwdqc/ChangeLog +++ b/sys-auth/pam_passwdqc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_passwdqc -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.4 2006/05/11 04:53:55 chriswhite Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.5 2007/01/05 20:49:18 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + pam_passwdqc-0.7.5.ebuild, pam_passwdqc-1.0.2.ebuild: + Convert to use elog. 11 May 2006; Chris White <chriswhite@gentoo.org> metadata.xml: Japanese metadata.xml translation for bug #132587. Thanks to Yoshino-san for diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild index 0f962d4608d4..9ab76515d1c1 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild,v 1.2 2005/09/16 11:14:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-0.7.5.ebuild,v 1.3 2007/01/05 20:49:18 flameeyes Exp $ inherit pam @@ -25,9 +25,9 @@ src_install() { dodoc README echo - einfo "To activate pam_passwdqc use pam_passwdqc.so instead" - einfo "of pam_cracklib.so in /etc/pam.d/system-auth." - einfo "Also, if you want to change the parameters, read up" - einfo "on the man page." + elog "To activate pam_passwdqc use pam_passwdqc.so instead" + elog "of pam_cracklib.so in /etc/pam.d/system-auth." + elog "Also, if you want to change the parameters, read up" + elog "on the man page." echo } diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild index a6e1ae3d1876..84deae156cf7 100644 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild +++ b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild,v 1.1 2005/07/02 14:30:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.2.ebuild,v 1.2 2007/01/05 20:49:18 flameeyes Exp $ inherit pam @@ -25,9 +25,9 @@ src_install() { dodoc README echo - einfo "To activate pam_passwdqc use pam_passwdqc.so instead" - einfo "of pam_cracklib.so in /etc/pam.d/system-auth." - einfo "Also, if you want to change the parameters, read up" - einfo "on the man page." + elog "To activate pam_passwdqc use pam_passwdqc.so instead" + elog "of pam_cracklib.so in /etc/pam.d/system-auth." + elog "Also, if you want to change the parameters, read up" + elog "on the man page." echo } |