|
From: <tho...@us...> - 2014-04-04 15:24:49
|
Revision: 8048
http://sourceforge.net/p/bigdata/code/8048
Author: thompsonbry
Date: 2014-04-04 15:24:46 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
Fixes to build.xml for changed location of the configuration file for the init.d start of bigdata HA services to /etc/default/bigdata/bigdataHA.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/build.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-04-04 15:19:44 UTC (rev 8047)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-04-04 15:24:46 UTC (rev 8048)
@@ -1085,8 +1085,8 @@
todir="${dist.dir}/etc/init.d" />
<chmod file="${dist.dir}/etc/init.d/bigdataHA" perm="755" />
- <copy file="${src.resources}/etc/bigdata/bigdataHA.config"
- todir="${dist.dir}/etc/bigdata" />
+ <copy file="${src.resources}/etc/default/bigdata/bigdataHA"
+ todir="${dist.dir}/etc/default/bigdata" />
<copy file="${src.resources}/bin/config/browser.config"
todir="${dist.bin.config}" />
@@ -1245,7 +1245,7 @@
bigdata/doc/NOTICE - copyright NOTICE files.
bigdata/doc/docs - javadoc (FIXME INSTALL JAVADOC, HA wiki page)
bigdata/etc/init.d/bigdataHA - HA services start/stop script.
- bigdata/etc/bigdata/bigdataHA.config - HA services required config file.
+ bigdata/etc/default/bigdata/bigdataHA - HA services required config file.
Note: This directory structure is currently reused for the rpm, but the
top-level of the rpm directory structure includes the release version as
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|