Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E95A611AAF for ; Wed, 27 Aug 2014 14:04:46 +0000 (UTC) Received: (qmail 56198 invoked by uid 500); 27 Aug 2014 14:04:44 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 56149 invoked by uid 500); 27 Aug 2014 14:04:44 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 55586 invoked by uid 99); 27 Aug 2014 14:04:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 14:04:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B22CA9CB361; Wed, 27 Aug 2014 14:04:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jonathanhurley@apache.org To: commits@ambari.apache.org Date: Wed, 27 Aug 2014 14:05:03 -0000 Message-Id: <37c412406f1d49d681e0d78c54420f6f@git.apache.org> In-Reply-To: <052cdead5a0a432983a88e00d7befdf7@git.apache.org> References: <052cdead5a0a432983a88e00d7befdf7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/35] git commit: AMBARI-6010. "No such service ambari-agent" when trying to use service cmd on agent on SUSE (dlysnichenko) AMBARI-6010. "No such service ambari-agent" when trying to use service cmd on agent on SUSE (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fb9d884b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fb9d884b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fb9d884b Branch: refs/heads/branch-alerts-dev Commit: fb9d884be4ea4257831d591cd0e4f19c87321e69 Parents: e984e9b Author: Lisnichenko Dmitro Authored: Tue Aug 26 21:26:28 2014 +0300 Committer: Lisnichenko Dmitro Committed: Tue Aug 26 21:26:28 2014 +0300 ---------------------------------------------------------------------- ambari-agent/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fb9d884b/ambari-agent/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml index ebf30fa..a487aa7 100644 --- a/ambari-agent/pom.xml +++ b/ambari-agent/pom.xml @@ -49,6 +49,7 @@ ../ambari-server ${project.build.directory}/cache/ ${ambari.server.module}/src/main/python/ambari_server/resourceFilesKeeper.py + /etc/rc.d/init.d @@ -349,7 +350,7 @@ root - /etc/rc.d/init.d + ${init.d.dir} 755 root root @@ -666,4 +667,12 @@ + + + suse11 + + /etc/init.d + + +