aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-11-13 18:10:06 +0000
committerOlaf Hering <olaf@aepfle.de>2012-11-13 18:10:06 +0000
commitcca747c4051197f086ee353f6919c32035a50dca (patch)
tree4d8fc8693439755ce67f4cf15fbd5111f160b17e
parentdd38d165ed3225e4da4348f335f1511ad00fe22c (diff)
downloadxen-cca747c4051197f086ee353f6919c32035a50dca.tar.gz
xen-cca747c4051197f086ee353f6919c32035a50dca.tar.bz2
xen-cca747c4051197f086ee353f6919c32035a50dca.zip
xenballoond.init: remove 4 from default runlevel
Remove 4 from default runlevel in xenballoond.init. Similar to what changeset 24847:0900b1c905f1 does in xencommons, remove runlevel 4 from the other runlevel scripts. LSB defines runlevel 4 as reserved for local use, the local sysadmin is responsible for symlink creation in rc4.d. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com> xen-unstable changeset: 26007:fe756682cc7f Backport-requested-by: Ian Campbell <Ian.Campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> xen-4.2-testing changeset: 25897:dcd4bf824284 Backport-requested-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--tools/xenballoon/xenballoond.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenballoon/xenballoond.init b/tools/xenballoon/xenballoond.init
index 00dba2a70f..5cd0fb31c6 100644
--- a/tools/xenballoon/xenballoond.init
+++ b/tools/xenballoon/xenballoond.init
@@ -14,7 +14,7 @@
# Should-Start:
# Required-Stop: $syslog $remote_fs
# Should-Stop:
-# Default-Start: 3 4 5
+# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Start/stop xenballoond
# Description: Starts and stops the Xen ballooning daemon.