|
From: <tho...@us...> - 2014-04-04 16:52:04
|
Revision: 8051
http://sourceforge.net/p/bigdata/code/8051
Author: thompsonbry
Date: 2014-04-04 16:52:01 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
Changed the location of the bigdataHA defaults from
/etc/default/bigdata/bigdataHA
to
/etc/default/bigdataHA
That is, there is no longer a /etc/default/bigdata directory.
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 16:12:05 UTC (rev 8050)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-04-04 16:52:01 UTC (rev 8051)
@@ -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/default/bigdata/bigdataHA"
- todir="${dist.dir}/etc/default/bigdata" />
+ <copy file="${src.resources}/etc/default/bigdataHA"
+ todir="${dist.dir}/etc/default" />
<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/default/bigdata/bigdataHA - HA services required config file.
+ bigdata/etc/default/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.
|