Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 E443018091 for ; Fri, 25 Sep 2015 06:19:54 +0000 (UTC) Received: (qmail 94374 invoked by uid 500); 25 Sep 2015 06:19:54 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 94327 invoked by uid 500); 25 Sep 2015 06:19:54 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 94314 invoked by uid 99); 25 Sep 2015 06:19:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 06:19:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5AD9E08CD; Fri, 25 Sep 2015 06:19:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mschoechlin@apache.org To: commits@activemq.apache.org Date: Fri, 25 Sep 2015 06:19:54 -0000 Message-Id: <0560c457441147518a44ca112995eef7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq git commit: AMQ-5977: Add LSB headers to init script Repository: activemq Updated Branches: refs/heads/master caac4f784 -> 179d7c058 AMQ-5977: Add LSB headers to init script Add LSB headers to init script to fix problems when setting up ActiveMQ as a daemon with chkconfig on RHEL and clones. Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b7a57876 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b7a57876 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b7a57876 Branch: refs/heads/master Commit: b7a57876102911a2a5cc406e3f85f80b28e9e16c Parents: 86c826c Author: Gregor Zurowski Authored: Wed Sep 23 08:31:00 2015 +0200 Committer: Gregor Zurowski Committed: Wed Sep 23 08:31:00 2015 +0200 ---------------------------------------------------------------------- assembly/src/release/bin/activemq | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/b7a57876/assembly/src/release/bin/activemq ---------------------------------------------------------------------- diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq index 08cb7bd..e7904a1 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -1,4 +1,15 @@ #!/bin/sh + +### BEGIN INIT INFO +# Provides: activemq +# Required-Start: $remote_fs $network $syslog +# Required-Stop: $remote_fs $network $syslog +# Default-Start: 3 5 +# Default-Stop: 0 1 6 +# Short-Description: Starts ActiveMQ +# Description: Starts ActiveMQ Message Broker Server +### END INIT INFO + # ------------------------------------------------------------------------ # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with