summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/pam_ssh/ChangeLog9
-rw-r--r--sys-auth/pam_ssh/pam_ssh-1.92.ebuild11
2 files changed, 12 insertions, 8 deletions
diff --git a/sys-auth/pam_ssh/ChangeLog b/sys-auth/pam_ssh/ChangeLog
index 844696fd3e76..bb6025cf3b77 100644
--- a/sys-auth/pam_ssh/ChangeLog
+++ b/sys-auth/pam_ssh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/pam_ssh
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.8 2007/07/02 15:28:49 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.9 2008/07/22 22:46:22 flameeyes Exp $
+
+ 22 Jul 2008; Diego Pettenò <flameeyes@gentoo.org> pam_ssh-1.92.ebuild:
+ Don't install the bad system-auth example; tell the user if he/she wants
+ to use this to just enable the relative USE flag on pambase; remove the
+ mirror restriction (why was it there?).
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> pam_ssh-1.91.ebuild,
pam_ssh-1.91-r2.ebuild, pam_ssh-1.92.ebuild:
diff --git a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild
index c403171ef5d2..1c31baa40e6d 100644
--- a/sys-auth/pam_ssh/pam_ssh-1.92.ebuild
+++ b/sys-auth/pam_ssh/pam_ssh-1.92.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.2 2007/07/02 15:28:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.3 2008/07/22 22:46:22 flameeyes Exp $
inherit pam eutils
@@ -8,7 +8,6 @@ DESCRIPTION="Uses ssh-agent to provide single sign-on"
HOMEPAGE="http://pam-ssh.sourceforge.net/"
SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2"
-RESTRICT="mirror"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
@@ -39,10 +38,10 @@ src_compile() {
src_install() {
make install DESTDIR=${D} || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO "${FILESDIR}/system-auth.example"
+ dodoc AUTHORS ChangeLog NEWS README TODO
}
pkg_postinst() {
- einfo "You can find an example system-auth file that uses this"
- einfo "library in /usr/share/doc/${PF}"
+ elog "You can enable pam_ssh for system authentication by enabling"
+ elog "the ssh USE flag on sys-auth/pambase."
}