diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-12-10 10:53:17 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-12-10 10:53:17 +0000 |
| commit | 8eaea483b202092b88cdfc44d3d91b876cff02cb (patch) | |
| tree | c4ae5f14333b85fc351906cfa87fc2cf937cfaf6 /scripts/rabbitmq-mnesia-current | |
| parent | bebc6203ce2e31164e631d0df43251dec2ee9575 (diff) | |
| parent | aa0f1d27376674c0383138bccdd73b9ff1dfae22 (diff) | |
| download | rabbitmq-server-git-8eaea483b202092b88cdfc44d3d91b876cff02cb.tar.gz | |
merge default into bug19684
Diffstat (limited to 'scripts/rabbitmq-mnesia-current')
| -rwxr-xr-x | scripts/rabbitmq-mnesia-current | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/scripts/rabbitmq-mnesia-current b/scripts/rabbitmq-mnesia-current index 21f04f88d3..e69e497639 100755 --- a/scripts/rabbitmq-mnesia-current +++ b/scripts/rabbitmq-mnesia-current @@ -11,13 +11,19 @@ ## ## The Original Code is RabbitMQ. ## -## The Initial Developers of the Original Code are LShift Ltd., -## Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd. +## The Initial Developers of the Original Code are LShift Ltd, +## Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd. ## -## Portions created by LShift Ltd., Cohesive Financial Technologies -## LLC., and Rabbit Technologies Ltd. are Copyright (C) 2007-2008 -## LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit -## Technologies Ltd.; +## Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd, +## Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd +## are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial +## Technologies LLC, and Rabbit Technologies Ltd. +## +## Portions created by LShift Ltd are Copyright (C) 2007-2009 LShift +## Ltd. Portions created by Cohesive Financial Technologies LLC are +## Copyright (C) 2007-2009 Cohesive Financial Technologies +## LLC. Portions created by Rabbit Technologies Ltd are Copyright +## (C) 2007-2009 Rabbit Technologies Ltd. ## ## All Rights Reserved. ## @@ -43,6 +49,7 @@ fi exec erl \ -pa "`dirname $0`/../ebin" \ -noshell \ + -sname ${NODENAME} \ -eval 'halt(case rabbit_mnesia:schema_current() of true -> 0; false -> 1 end).' \ -mnesia dir "\"${MNESIA_DIR}\"" \ -kernel error_logger '{file,"'/dev/null'"}' \ |
