diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-07 16:45:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-07 16:45:35 +0000 |
commit | 0b2a3d63c47771966116fda3f9c7dd97b17f75c1 (patch) | |
tree | c06f9b9ea5b767bbfe267c0494b810c4161443ab /sys-auth | |
parent | Version bump (#339831), cleanup (diff) | |
download | gentoo-2-0b2a3d63c47771966116fda3f9c7dd97b17f75c1.tar.gz gentoo-2-0b2a3d63c47771966116fda3f9c7dd97b17f75c1.tar.bz2 gentoo-2-0b2a3d63c47771966116fda3f9c7dd97b17f75c1.zip |
Update elog message in pkg_postinst.
(Portage version: 2.1.9.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-auth/pam_skey/ChangeLog b/sys-auth/pam_skey/ChangeLog index 9e23039a8cf7..8e28a04ef2d7 100644 --- a/sys-auth/pam_skey/ChangeLog +++ b/sys-auth/pam_skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_skey # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.13 2010/09/08 19:38:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.14 2010/10/07 16:45:35 ulm Exp $ + + 07 Oct 2010; Ulrich Mueller <ulm@gentoo.org> pam_skey-1.1.5-r2.ebuild: + Update elog message in pkg_postinst. *pam_skey-1.1.5-r2 (08 Sep 2010) diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild b/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild index 767900eb71f7..2bdf9448ac8e 100644 --- a/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild +++ b/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild,v 1.1 2010/09/08 19:38:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.5-r2.ebuild,v 1.2 2010/10/07 16:45:35 ulm Exp $ inherit eutils pam autotools multilib @@ -41,10 +41,9 @@ src_install() { } pkg_postinst() { - elog "To use this, you need to add something like" + elog "To use this, you need to add a line like:" elog elog "auth [success=done ignore=ignore auth_err=die default=bad] pam_skey.so" - elog "auth sufficient pam_unix.so likeauth nullok try_first_pass" elog elog "to an appropriate place in /etc/pam.d/system-auth" elog "Consult the documentation for instructions." |