Author: tabish
Date: Thu Aug 2 13:16:13 2012
New Revision: 1368455
URL: http://svn.apache.org/viewvc?rev=1368455&view=rev
Log:
Fix for: https://issues.apache.org/jira/browse/AMQ-2453
Add an LSB header to the init scripts
Modified:
activemq/trunk/assembly/src/release/bin/linux-x86-32/activemq
activemq/trunk/assembly/src/release/bin/linux-x86-64/activemq
activemq/trunk/assembly/src/release/bin/macosx/activemq
Modified: activemq/trunk/assembly/src/release/bin/linux-x86-32/activemq
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/linux-x86-32/activemq?rev=1368455&r1=1368454&r2=1368455&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/linux-x86-32/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/linux-x86-32/activemq Thu Aug 2
13:16:13 2012
@@ -1,5 +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
Modified: activemq/trunk/assembly/src/release/bin/linux-x86-64/activemq
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/linux-x86-64/activemq?rev=1368455&r1=1368454&r2=1368455&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/linux-x86-64/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/linux-x86-64/activemq Thu Aug 2
13:16:13 2012
@@ -1,5 +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
Modified: activemq/trunk/assembly/src/release/bin/macosx/activemq
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/macosx/activemq?rev=1368455&r1=1368454&r2=1368455&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/macosx/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/macosx/activemq Thu Aug 2 13:16:13
2012
@@ -1,5 +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