diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-30 19:25:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-30 19:25:19 +0000 |
commit | dab171e265b141a023000efd1c990363e9d8eb98 (patch) | |
tree | 49676238314afbf2801df7521cecdf7fa869a078 /sys-auth/pam_ldap | |
parent | Made multilib-aware. (diff) | |
download | historical-dab171e265b141a023000efd1c990363e9d8eb98.tar.gz historical-dab171e265b141a023000efd1c990363e9d8eb98.tar.bz2 historical-dab171e265b141a023000efd1c990363e9d8eb98.zip |
Use dopammod instead of exeinto/doexe.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-auth/pam_ldap')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 10 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 5 |
3 files changed, 16 insertions, 4 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 56c68312c53e..ff89b7e1214f 100644 --- a/sys-auth/pam_ldap/ChangeLog +++ b/sys-auth/pam_ldap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_ldap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.20 2005/10/09 23:32:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.21 2005/12/30 19:25:19 flameeyes Exp $ + + 30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild: + Use dopammod instead of exeinto/doexe. 09 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Add pam-bugs email address as maintainer. diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 7c5f131ffa9c..2759f5491b0f 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 63deec18ccb9aa6a8d5931563dfe3dde ChangeLog 5643 MD5 f6a188644f736d46d200c045eff82bea files/digest-pam_ldap-156 64 MD5 e7be3daad202a50aecd0d3888bf5c46e files/digest-pam_ldap-161 64 @@ -21,3 +24,10 @@ MD5 5bbc539df75bd714f7edc0a204fba3fe pam_ldap-176.ebuild 905 MD5 19484f8cae5c130b09e5c5dcbeed92c4 pam_ldap-178-r1.ebuild 1138 MD5 35d27202dc788579d73b378aff38c077 pam_ldap-178.ebuild 916 MD5 e8ccaeb99091e1c58a6cd617c8012d59 pam_ldap-180.ebuild 1114 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDtYmrAiZjviIA2XgRAk4/AKC7RqxfWp2rbaIMqR6ho+BXzBQBqgCeOMVt +88eWKgg4FABN9qFgBS8ShGI= +=Qk6p +-----END PGP SIGNATURE----- diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index ce38f5f84e1d..5f6abfecebdd 100644 --- a/sys-auth/pam_ldap/pam_ldap-180.ebuild +++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.9 2005/10/03 07:19:59 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.10 2005/12/30 19:25:19 flameeyes Exp $ inherit eutils @@ -33,8 +33,7 @@ src_compile() { } src_install() { - exeinto /lib/security - doexe pam_ldap.so + dopammod pam_ldap.so dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema |