diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-09-17 09:53:47 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-09-17 09:53:47 +0100 |
| commit | ee30296b7789b4aadc5c62d2d8ad6bd9877d0d04 (patch) | |
| tree | e03527e064c925aad1ba0508783426f57d2dc3fc | |
| parent | 6b3e3ac1e80050d3323c92d21e7b55aeb11d26b2 (diff) | |
| parent | a23aba3b2b534feeaaaad3aeef7d04eb7348b5b9 (diff) | |
| download | rabbitmq-server-git-ee30296b7789b4aadc5c62d2d8ad6bd9877d0d04.tar.gz | |
merge with default
| -rw-r--r-- | LICENSE | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-server | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmqctl | 1 | ||||
| -rw-r--r-- | src/gen_server2.erl | 6 |
4 files changed, 5 insertions, 6 deletions
@@ -1,5 +1,5 @@ This package, the RabbitMQ server is licensed under the MPL. For the MPL, please see LICENSE-MPL-RabbitMQ. -If you have any questions regarding licensing, please contact us at +If you have any questions regarding licensing, please contact us at info@rabbitmq.com. diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server index 9310752f6f..8e26663a50 100755 --- a/scripts/rabbitmq-server +++ b/scripts/rabbitmq-server @@ -82,7 +82,7 @@ fi [ -f "${RABBITMQ_SASL_LOGS}" ] && cat "${RABBITMQ_SASL_LOGS}" >> "${RABBITMQ_SASL_LOGS}${RABBITMQ_BACKUP_EXTENSION}" RABBITMQ_START_RABBIT= -[ "x" = "x$RABBITMQ_ALLOW_INPUT" ] && RABBITMQ_START_RABBIT='-noinput' +[ "x" = "x$RABBITMQ_ALLOW_INPUT" ] && RABBITMQ_START_RABBIT='-noinput' RABBITMQ_EBIN_ROOT="${RABBITMQ_HOME}/ebin" if [ "x" = "x$RABBITMQ_NODE_ONLY" ]; then diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index 92e5312bb2..76ce25fdfe 100755 --- a/scripts/rabbitmqctl +++ b/scripts/rabbitmqctl @@ -47,4 +47,3 @@ exec erl \ -s rabbit_control \ -nodename $RABBITMQ_NODENAME \ -extra "$@" - diff --git a/src/gen_server2.erl b/src/gen_server2.erl index e2bb940f2a..b0379b95d1 100644 --- a/src/gen_server2.erl +++ b/src/gen_server2.erl @@ -66,16 +66,16 @@ %% compliance with the License. You should have received a copy of the %% Erlang Public License along with this software. If not, it can be %% retrieved via the world wide web at http://www.erlang.org/. -%% +%% %% Software distributed under the License is distributed on an "AS IS" %% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See %% the License for the specific language governing rights and limitations %% under the License. -%% +%% %% The Initial Developer of the Original Code is Ericsson Utvecklings AB. %% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings %% AB. All Rights Reserved.'' -%% +%% %% $Id$ %% -module(gen_server2). |
