summaryrefslogtreecommitdiff
path: root/packaging/debs
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/debs
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/debs')
-rw-r--r--packaging/debs/Debian/debian/init.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/Debian/debian/init.d b/packaging/debs/Debian/debian/init.d
index bfe2a41d97..e046364a2a 100644
--- a/packaging/debs/Debian/debian/init.d
+++ b/packaging/debs/Debian/debian/init.d
@@ -10,8 +10,8 @@
# Provides: rabbitmq-server
# Required-Start: $remote_fs $network
# Required-Stop: $remote_fs $network
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Start:
+# Default-Stop:
# Description: RabbitMQ broker
# Short-Description: Enable AMQP service provided by RabbitMQ broker
### END INIT INFO