You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/08/03 17:53:17 UTC

directory-fortress-core git commit: remove old bdb config option

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 96b98b08e -> f30944329


remove old bdb config option


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/f3094432
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/f3094432
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/f3094432

Branch: refs/heads/master
Commit: f30944329d3f8424782a2ed38afefa7e6bdf510a
Parents: 96b98b0
Author: Shawn McKinney <sm...@apache.org>
Authored: Wed Aug 1 06:54:44 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Wed Aug 1 06:54:44 2018 -0500

----------------------------------------------------------------------
 build-config.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/f3094432/build-config.xml
----------------------------------------------------------------------
diff --git a/build-config.xml b/build-config.xml
index 2138fe9..14a2399 100644
--- a/build-config.xml
+++ b/build-config.xml
@@ -113,7 +113,6 @@
        <property name="target.fortress.schema" value="${slapd.schema.dir}/fortress.schema"/>
        <property name="source.rbac.schema" value="${ldap.schema.dir}/rbac.schema"/>
        <property name="target.rbac.schema" value="${slapd.schema.dir}/rbac.schema"/>
-       <property name="db.cfg" value="${ldap.dir}/DB_CONFIG"/>
 
     </target>
 
@@ -442,8 +441,6 @@
         <echo message="###############  Create new slapd bdb folders  ###############"/>
         <mkdir dir="${db.dir}"/>
         <mkdir dir="${db.hist.dir}"/>
-        <copy todir="${db.dir}" file="${db.cfg}"/>
-        <copy todir="${db.hist.dir}" file="${db.cfg}"/>
 
         <echo message="###############  Backup slapd configuration and Fortress LDAP schema  ###############"/>
         <move file="${dst.slapd.conf}" tofile="${dst.slapd.conf}.bak.${TODAY}" failonerror="false" />