From 4ebb13bad8bde97417d80267091e6a5d8caea4cd Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 27 Apr 2007 15:17:11 +0000 Subject: Merged revisions 533131 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r533131 | ritchiem | 2007-04-27 16:06:47 +0100 (Fri, 27 Apr 2007) | 1 line Added Apache legal headers and added qpid.start which logs the startup command ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@533136 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/bin/qpid.start | 21 +++++++++++++++++++++ java/broker/bin/qpid.stop | 18 ++++++++++++++++++ java/broker/bin/qpid.stopall | 18 ++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 java/broker/bin/qpid.start (limited to 'java/broker') diff --git a/java/broker/bin/qpid.start b/java/broker/bin/qpid.start new file mode 100644 index 0000000000..99f2d89f64 --- /dev/null +++ b/java/broker/bin/qpid.start @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +qpid-server -run:debug "$@" \ No newline at end of file diff --git a/java/broker/bin/qpid.stop b/java/broker/bin/qpid.stop index 9193d3c4e1..6482fc3293 100644 --- a/java/broker/bin/qpid.stop +++ b/java/broker/bin/qpid.stop @@ -1,4 +1,22 @@ #!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# # qpid.stop Script # diff --git a/java/broker/bin/qpid.stopall b/java/broker/bin/qpid.stopall index 2e762bdd50..d71f591de8 100644 --- a/java/broker/bin/qpid.stopall +++ b/java/broker/bin/qpid.stopall @@ -1,4 +1,22 @@ #!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# # qpid.stopall script # -- cgit v1.2.1