diff options
Diffstat (limited to 'misc/rabbit/files/patch-rabbit-command')
-rw-r--r-- | misc/rabbit/files/patch-rabbit-command | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/rabbit/files/patch-rabbit-command b/misc/rabbit/files/patch-rabbit-command new file mode 100644 index 000000000000..bc1d1b3090fa --- /dev/null +++ b/misc/rabbit/files/patch-rabbit-command @@ -0,0 +1,11 @@ +--- bin/rabbit-command.orig 2011-07-13 20:05:07.000000000 +0900 ++++ bin/rabbit-command 2011-08-20 19:22:06.000000000 +0900 +@@ -98,7 +98,7 @@ + if options.druby_uri_specified + logger.warning(_("--druby-uri is deprecated. Use --rabbit-uri instead.")) + end +- rabbit = DRbObject.new_with_uri(options.druby_uri) ++ rabbit = DRbObject.new_with_uri(options.rabbit_uri) + options.commands.each do |output, method, *args| + result = rabbit.send(method, *args) + send(output, result) if output |