xen/xen.no-default-runlevel-4.patch

22 lines
770 B
Diff
Raw Normal View History

Related to bnc#732884
Runlevel 4 is for local sysadmin.
He is responsible to create all required symlinks in this private runlevel.
---
tools/xenballoon/xenballoond.init | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Index: xen-4.2.0-testing/tools/xenballoon/xenballoond.init
===================================================================
--- xen-4.2.0-testing.orig/tools/xenballoon/xenballoond.init
+++ xen-4.2.0-testing/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.