Olaf Hering
61653f6441
- rename 5 patches which were merged upstream OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=207
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
changeset: 26007:fe756682cc7f
|
|
user: Olaf Hering <olaf@aepfle.de>
|
|
date: Mon Oct 08 12:18:31 2012 +0100
|
|
files: tools/xenballoon/xenballoond.init
|
|
description:
|
|
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>
|
|
|
|
|
|
diff -r 8b6870d686d6 -r fe756682cc7f tools/xenballoon/xenballoond.init
|
|
--- a/tools/xenballoon/xenballoond.init Mon Oct 08 12:18:30 2012 +0100
|
|
+++ b/tools/xenballoon/xenballoond.init Mon Oct 08 12:18:31 2012 +0100
|
|
@@ -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.
|