2012-01-05 19:41:54 +00:00
|
|
|
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 +-
|
2012-09-17 15:49:23 +00:00
|
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
2012-01-05 19:41:54 +00:00
|
|
|
|
2012-09-17 15:49:23 +00:00
|
|
|
Index: xen-4.2.0-testing/tools/xenballoon/xenballoond.init
|
2012-01-05 19:41:54 +00:00
|
|
|
===================================================================
|
2012-09-17 15:49:23 +00:00
|
|
|
--- xen-4.2.0-testing.orig/tools/xenballoon/xenballoond.init
|
|
|
|
+++ xen-4.2.0-testing/tools/xenballoon/xenballoond.init
|
2012-01-05 19:41:54 +00:00
|
|
|
@@ -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.
|