summaryrefslogtreecommitdiff
path: root/docs/rabbitmq-deactivate-plugins.1.pod
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-21 17:13:26 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-21 17:13:26 +0100
commit617bf6e64470e7946e6a355b88e0d67c2054d539 (patch)
tree5845341ea0744f5195824da615a273c34ea659bc /docs/rabbitmq-deactivate-plugins.1.pod
parent5cfa6ee0d45225df5b14ea51e8003aa9f551e873 (diff)
parent7428f95d69a819bf809d9c22156a64d4032cbcf9 (diff)
downloadrabbitmq-server-git-617bf6e64470e7946e6a355b88e0d67c2054d539.tar.gz
Merging default into bug 19844 (debitrotting)
Diffstat (limited to 'docs/rabbitmq-deactivate-plugins.1.pod')
-rw-r--r--docs/rabbitmq-deactivate-plugins.1.pod37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/rabbitmq-deactivate-plugins.1.pod b/docs/rabbitmq-deactivate-plugins.1.pod
deleted file mode 100644
index eb4fbb90a3..0000000000
--- a/docs/rabbitmq-deactivate-plugins.1.pod
+++ /dev/null
@@ -1,37 +0,0 @@
-=head1 NAME
-
-rabbitmq-deactivate-plugins - command line tool for deactivating plugins
-in a RabbitMQ broker
-
-=head1 SYNOPSIS
-
-rabbitmq-deactivate-plugins
-
-=head1 DESCRIPTION
-
-RabbitMQ is an implementation of AMQP, the emerging standard for high
-performance enterprise messaging. The RabbitMQ server is a robust and
-scalable implementation of an AMQP broker.
-
-rabbitmq-deactivate-plugins is a command line tool for deactivating
-plugins installed into the broker.
-
-=head1 EXAMPLES
-
-To deactivate all of the installed plugins in the current RabbitMQ install,
-execute:
-
- rabbitmq-deactivate-plugins
-
-=head1 SEE ALSO
-
-L<rabbitmq.conf(5)>, L<rabbitmq-multi(1)>, L<rabbitmq-server(1)>,
-L<rabbitmqctl(1)>, L<rabbitmq-activate-plugins(1)>
-
-=head1 AUTHOR
-
-The RabbitMQ Team <info@rabbitmq.com>
-
-=head1 REFERENCES
-
-RabbitMQ Web Site: L<http://www.rabbitmq.com>