You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2014/11/07 03:37:59 UTC

[2/2] incubator-argus git commit: Renamed ARGUS to Ranger in the message

Renamed ARGUS to Ranger in the message


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/d9bb3f25
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/d9bb3f25
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/d9bb3f25

Branch: refs/heads/master
Commit: d9bb3f258df2107f8d58a6d9079d4cbfc88e7bd1
Parents: 44722c6
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Thu Nov 6 18:37:45 2014 -0800
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu Nov 6 18:37:45 2014 -0800

----------------------------------------------------------------------
 agents-common/scripts/enable-agent.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/d9bb3f25/agents-common/scripts/enable-agent.sh
----------------------------------------------------------------------
diff --git a/agents-common/scripts/enable-agent.sh b/agents-common/scripts/enable-agent.sh
index c976959..e323fdb 100755
--- a/agents-common/scripts/enable-agent.sh
+++ b/agents-common/scripts/enable-agent.sh
@@ -17,7 +17,7 @@
 
 
 #
-# Base env variable for ARGUS related files/directories
+# Base env variable for Ranger related files/directories
 #
 
 PROJ_NAME=ranger
@@ -595,6 +595,6 @@ fi
 # Set notice to restart the ${HCOMPONENT_NAME}
 #
 
-echo "ARGUS Plugin for ${HCOMPONENT_NAME} has been ${action}d. Please restart ${HCOMPONENT_NAME} to ensure that changes are effective."
+echo "Ranger Plugin for ${HCOMPONENT_NAME} has been ${action}d. Please restart ${HCOMPONENT_NAME} to ensure that changes are effective."
 
 exit 0