summaryrefslogtreecommitdiff
path: root/packaging/RPMS
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-08-13 17:29:36 +0100
committerDavid Wragg <dpw@lshift.net>2009-08-13 17:29:36 +0100
commit3753d7e959ce9f9c22fe6b7bd8971fc7a27845d1 (patch)
treec4b4f96beb06f32e4d74d422600a162e0e8a8a08 /packaging/RPMS
parent6de1aca363e4589334d524ce9f1ea2aa7f80daa4 (diff)
downloadrabbitmq-server-git-3753d7e959ce9f9c22fe6b7bd8971fc7a27845d1.tar.gz
Omit runlevel list in the LSB Default-{Start,Stop} comment
Neither our Fedora/RH or Debian packages actually depend on the value in this comment - the list of runlevels to install the service into comes from somewhere else in both cases. But Fedora guidelines say that "Only services which are really required for a vital system should define runlevels here". So don't.
Diffstat (limited to 'packaging/RPMS')
-rw-r--r--packaging/RPMS/Fedora/init.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RPMS/Fedora/init.d b/packaging/RPMS/Fedora/init.d
index 77a6a89af1..1795433a9b 100644
--- a/packaging/RPMS/Fedora/init.d
+++ b/packaging/RPMS/Fedora/init.d
@@ -8,10 +8,10 @@
### BEGIN INIT INFO
# Provides: rabbitmq-server
-# Default-Start:
-# Default-Stop:
# Required-Start: $remote_fs $network
# Required-Stop: $remote_fs $network
+# Default-Start:
+# Default-Stop:
# Description: RabbitMQ broker
# Short-Description: Enable AMQP service provided by RabbitMQ broker
### END INIT INFO