diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-12 12:16:22 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-12 12:16:22 +0100 |
commit | 9f0172270f3bc48a02492974d2b008d39fd43e4c (patch) | |
tree | 609075fc8d185984af6a03f96b504dbd6c97fa59 | |
parent | 7d26bec2649c678cb2533607e33443cbe7008510 (diff) | |
download | pykolab-9f0172270f3bc48a02492974d2b008d39fd43e4c.tar.gz |
Revert "List Default-Start runlevels explicitly, and start the services on runlevel 2 as well"
This reverts commit 7d26bec2649c678cb2533607e33443cbe7008510.
-rw-r--r-- | kolabd/kolabd.sysvinit | 4 | ||||
-rw-r--r-- | saslauthd/kolab-saslauthd.sysvinit | 4 | ||||
-rw-r--r-- | wallace/wallace.sysvinit | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kolabd/kolabd.sysvinit b/kolabd/kolabd.sysvinit index 5fabc8e..302dfa9 100644 --- a/kolabd/kolabd.sysvinit +++ b/kolabd/kolabd.sysvinit @@ -10,8 +10,8 @@ ### BEGIN INIT INFO # Provides: kolabd -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: - +# Default-Stop: 0 1 2 6 # Required-Start: $remote_fs $local_fs $network # Required-Stop: $remote_fs $local_fs $network # Short-Description: Start/Stop the Kolab Server daemon diff --git a/saslauthd/kolab-saslauthd.sysvinit b/saslauthd/kolab-saslauthd.sysvinit index a2315db..033bbc7 100644 --- a/saslauthd/kolab-saslauthd.sysvinit +++ b/saslauthd/kolab-saslauthd.sysvinit @@ -9,8 +9,8 @@ ### BEGIN INIT INFO # Provides: kolab-saslauthd -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: - +# Default-Stop: 0 1 2 6 # Required-Start: $remote_fs $local_fs $network # Required-Stop: $remote_fs $local_fs $network # Short-Description: Start/Stop the Kolab SASL authentication daemon diff --git a/wallace/wallace.sysvinit b/wallace/wallace.sysvinit index 8fedc3b..4848827 100644 --- a/wallace/wallace.sysvinit +++ b/wallace/wallace.sysvinit @@ -8,8 +8,8 @@ ### BEGIN INIT INFO # Provides: wallaced -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: - +# Default-Stop: 0 1 2 6 # Required-Start: $remote_fs $local_fs $network # Required-Stop: $remote_fs $local_fs $network # Short-Description: Start/Stop the Kolab Server daemon |