Return-Path: X-Original-To: apmail-argus-commits-archive@minotaur.apache.org Delivered-To: apmail-argus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA166175EC for ; Fri, 7 Nov 2014 02:50:15 +0000 (UTC) Received: (qmail 16369 invoked by uid 500); 7 Nov 2014 02:50:15 -0000 Delivered-To: apmail-argus-commits-archive@argus.apache.org Received: (qmail 16345 invoked by uid 500); 7 Nov 2014 02:50:15 -0000 Mailing-List: contact commits-help@argus.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@argus.incubator.apache.org Delivered-To: mailing list commits@argus.incubator.apache.org Received: (qmail 16336 invoked by uid 99); 7 Nov 2014 02:50:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 02:50:15 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Nov 2014 02:50:14 +0000 Received: (qmail 16234 invoked by uid 99); 7 Nov 2014 02:49:54 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 02:49:54 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B865893326C; Fri, 7 Nov 2014 02:49:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: madhan@apache.org To: commits@argus.incubator.apache.org Date: Fri, 07 Nov 2014 02:49:54 -0000 Message-Id: <5aa2778ea3984eb29957e02d6ba41d4a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-argus git commit: Renamed ARGUS to Ranger in the message X-Virus-Checked: Checked by ClamAV on apache.org 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/8bbe099d Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/8bbe099d Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/8bbe099d Branch: refs/heads/ranger-0.4 Commit: 8bbe099d2637b660f2624b9be94f39fcab3a9dd1 Parents: 1c8b070 Author: Madhan Neethiraj Authored: Thu Nov 6 18:37:45 2014 -0800 Committer: Madhan Neethiraj Committed: Thu Nov 6 18:49:40 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/8bbe099d/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