diff options
Diffstat (limited to 'net-nds/openldap/openldap-2.4.23.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/openldap/openldap-2.4.23.ebuild b/net-nds/openldap/openldap-2.4.23.ebuild index c8067317a3c0..809bb3a06d5d 100644 --- a/net-nds/openldap/openldap-2.4.23.ebuild +++ b/net-nds/openldap/openldap-2.4.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.17 2013/03/03 09:02:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.18 2014/07/25 18:29:12 robbat2 Exp $ EAPI="2" WANT_AUTOMAKE=1.9 @@ -52,7 +52,7 @@ OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data" openldap_filecount() { local dir="$1" - find "${dir}" -type f ! -name '.*' ! -name 'DB_CONFIG.example' | wc -l + find "${dir}" -type f ! -name '.*' ! -name 'DB_CONFIG*' | wc -l } openldap_find_versiontags() { |