diff options
| author | David Wragg <dpw@lshift.net> | 2009-08-13 17:29:36 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2009-08-13 17:29:36 +0100 |
| commit | 3753d7e959ce9f9c22fe6b7bd8971fc7a27845d1 (patch) | |
| tree | c4b4f96beb06f32e4d74d422600a162e0e8a8a08 | |
| parent | 6de1aca363e4589334d524ce9f1ea2aa7f80daa4 (diff) | |
| download | rabbitmq-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.
| -rw-r--r-- | packaging/RPMS/Fedora/init.d | 4 | ||||
| -rw-r--r-- | packaging/debs/Debian/debian/init.d | 4 |
2 files changed, 4 insertions, 4 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 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 |
