diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-18 08:40:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-03-18 08:40:33 +0000 |
commit | dea2d474ee5262a9c404bc1c3b0bdb85c9c37180 (patch) | |
tree | 150896e8d3a33410b23f026bc566418623ae1277 /sys-auth | |
parent | Bumping to version 2.0.2 wrt Bug #125693 (diff) | |
download | gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.tar.gz gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.tar.bz2 gentoo-2-dea2d474ee5262a9c404bc1c3b0bdb85c9c37180.zip |
Bug #105748, include manpage.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_ldap/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_ldap/Manifest | 6 | ||||
-rw-r--r-- | sys-auth/pam_ldap/pam_ldap-180.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog index 623fcb705336..734e42d70aac 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.23 2006/03/17 01:39:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.24 2006/03/18 08:40:33 robbat2 Exp $ + + 18 Mar 2006; Robin H. Johnson <robbat2@gentoo.org> pam_ldap-180.ebuild: + Bug #105748, include manpage. 17 Mar 2006; Robin H. Johnson <robbat2@gentoo.org> files/digest-pam_ldap-180, Manifest: diff --git a/sys-auth/pam_ldap/Manifest b/sys-auth/pam_ldap/Manifest index 80f0867b4716..065f9371081e 100644 --- a/sys-auth/pam_ldap/Manifest +++ b/sys-auth/pam_ldap/Manifest @@ -64,6 +64,6 @@ SHA256 1e6aad187df25443544f03a9b167b4a5799e9ae7d6cdb3e361f437dd91e63e69 pam_ldap MD5 35d27202dc788579d73b378aff38c077 pam_ldap-178.ebuild 916 RMD160 28183526a6054ec72284642295359e1e966c5464 pam_ldap-178.ebuild 916 SHA256 a55e0ae98884689ccea20069b5e959b65d96d4be407215cc8ea1ba91140f43c0 pam_ldap-178.ebuild 916 -MD5 4ca1fb09370063483d15667474bfcce1 pam_ldap-180.ebuild 1118 -RMD160 12a3af14f7b329b5753b1902315e58f746b1e32d pam_ldap-180.ebuild 1118 -SHA256 0b0b4172b9592d0f1af82373505367e920815e66ecf81094555f6ee7ec53d58e pam_ldap-180.ebuild 1118 +MD5 9fad5e5e8bfca5484c5582cbc871bb86 pam_ldap-180.ebuild 1137 +RMD160 4c962711379e46296b2075da068d24c183a188b2 pam_ldap-180.ebuild 1137 +SHA256 57b9eade6f9b09b5f4557f7d8cbed603f617f59c071caf36e18ca262087094aa pam_ldap-180.ebuild 1137 diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild index bd6db502cbb6..8d2146fac627 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-2006 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.11 2006/01/02 07:14:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.12 2006/03/18 08:40:33 robbat2 Exp $ inherit eutils pam @@ -37,6 +37,8 @@ src_install() { dodoc pam.conf ldap.conf ldapns.schema chsh chfn certutil dodoc ChangeLog CVSVersionInfo.txt README AUTHORS ns-pwd-policy.schema + doman pam_ldap.5 + docinto pam.d dodoc pam.d/* } |