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/20 20:42:08 UTC

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

Author: eyang
Date: Sun Nov 20 19:42:07 2011
New Revision: 1204225

URL: http://svn.apache.org/viewvc?rev=1204225&view=rev
Log:
AMBARI-132. Fix update agent environment script location. (Ahmed Fathalla via Eric Yang)

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

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1204225&r1=1204224&r2=1204225&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sun Nov 20 19:42:07 2011
@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.1.0 - unreleased
 
+  AMBARI-132. Fix update agent environment script location. (Ahmed Fathalla via Eric Yang)
+
   AMBARI-131. Fixed post installation script for Ambari Agent. (Eric Yang)
 
   AMBARI-129. Rename agent package reference of HMS to Ambari. (Eric Yang)

Modified: incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/prerm
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/prerm?rev=1204225&r1=1204224&r2=1204225&view=diff
==============================================================================
--- incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/prerm (original)
+++ incubator/ambari/trunk/agent/src/packages/deb/ambari-agent.control/prerm Sun Nov 20 19:42:07 2011
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 /etc/init.d/ambari-agent stop 2>/dev/null >/dev/null
-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 \