Updated Branches: refs/heads/trunk 4f8c9cc74 -> 72c99be06
AMBARI-2625. type-o with outout in ambari-agent start messages (Jeff Sposetti via smohanty) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/72c99be0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/72c99be0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/72c99be0 Branch: refs/heads/trunk Commit: 72c99be0671c2a7a855b9f9bc7749e17e43f013d Parents: 4f8c9cc Author: Sumit Mohanty <[email protected]> Authored: Mon Jul 22 10:34:45 2013 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Jul 22 10:34:45 2013 -0700 ---------------------------------------------------------------------- ambari-agent/conf/unix/ambari-agent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/72c99be0/ambari-agent/conf/unix/ambari-agent ---------------------------------------------------------------------- diff --git a/ambari-agent/conf/unix/ambari-agent b/ambari-agent/conf/unix/ambari-agent index 777882b..865960f 100644 --- a/ambari-agent/conf/unix/ambari-agent +++ b/ambari-agent/conf/unix/ambari-agent @@ -115,7 +115,7 @@ case "$1" in echo "Ambari Agent successfully started" tput sgr0 echo "Agent PID at: $PIDFILE" - echo "Agent outout at: $OUTFILE" + echo "Agent out at: $OUTFILE" echo "Agent log at: $LOGFILE" ;; status) @@ -129,7 +129,7 @@ case "$1" in echo "$AMBARI_AGENT running." tput sgr0 echo "Agent PID at: $PIDFILE" - echo "Agent outout at: $OUTFILE" + echo "Agent out at: $OUTFILE" echo "Agent log at: $LOGFILE" fi else
