You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ey...@apache.org on 2011/11/15 17:49:14 UTC

svn commit: r1202298 - in /incubator/ambari/trunk: CHANGES.txt agent/src/packages/deb/ambari-agent.control/postinst

Author: eyang
Date: Tue Nov 15 16:49:13 2011
New Revision: 1202298

URL: http://svn.apache.org/viewvc?rev=1202298&view=rev
Log:
AMBARI-131. Fixed post installation script for Ambari Agent. (Eric Yang)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/postinst

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1202298&r1=1202297&r2=1202298&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Nov 15 16:49:13 2011
@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.1.0 - unreleased
 
+  AMBARI-131. Fixed post installation script for Ambari Agent. (Eric Yang)
+
   AMBARI-129. Rename agent package reference of HMS to Ambari. (Eric Yang)
 
   AMBARI-128. Improved ethtool handling. (Ahmed Fathalla via Eric Yang)

Modified: incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/postinst
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/postinst?rev=1202298&r1=1202297&r2=1202298&view=diff
==============================================================================
--- incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/postinst (original)
+++ incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/postinst Tue Nov 15 16:49:13 2011
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-bash /usr/sbin/update-ambari-env.sh \
+bash /usr/sbin/update-ambari-agent-env.sh \
   --prefix=/usr \
   --bin-dir=/usr/bin \
   --conf-dir=/etc/ambari \