diff options
author | 2009-03-07 13:04:12 +0000 | |
---|---|---|
committer | 2009-03-07 13:04:12 +0000 | |
commit | 775d608d64a41276caba8fab403c7e1a94c89a4a (patch) | |
tree | 24c6c4a3084adddd5deaab509e5e342a1447f432 /net-nds/openldap/openldap-2.4.10.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-775d608d64a41276caba8fab403c7e1a94c89a4a.tar.gz gentoo-2-775d608d64a41276caba8fab403c7e1a94c89a4a.tar.bz2 gentoo-2-775d608d64a41276caba8fab403c7e1a94c89a4a.zip |
Fix elog which is innaccurate because of portage compression
Diffstat (limited to 'net-nds/openldap/openldap-2.4.10.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/openldap/openldap-2.4.10.ebuild b/net-nds/openldap/openldap-2.4.10.ebuild index 9af378ab8283..e53d2d14c755 100644 --- a/net-nds/openldap/openldap-2.4.10.ebuild +++ b/net-nds/openldap/openldap-2.4.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.10.ebuild,v 1.4 2008/08/13 17:24:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.10.ebuild,v 1.5 2009/03/07 13:04:12 gentoofan23 Exp $ EAPI="1" inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs @@ -416,8 +416,8 @@ pkg_postinst() { elog "Gentoo Guide to OpenLDAP Authentication" elog "(http://www.gentoo.org/doc/en/ldap-howto.xml)" elog "---" - elog "An example file for tuning BDB backends with openldap is:" - elog "/usr/share/doc/${PF}/DB_CONFIG.fast.example.gz" + elog "An example file for tuning BDB backends with openldap is" + elog "DB_CONFIG.fast.example in /usr/share/doc/${PF}/" preserve_old_lib_notify usr/$(get_libdir)/{liblber,libldap,libldap_r}-2.3.so.0 } |