From 9447c102005b60e3b84e5bc73ebd24a36893593e4f100b56070d4634f65d1e1d Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 19 Oct 2011 18:30:35 +0000 Subject: [PATCH] Accepting request 88705 from home:adrianSuSE:branches:Virtualization fix insserv xend OBS-URL: https://build.opensuse.org/request/show/88705 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=150 --- init.xend | 2 +- init.xendomains | 2 +- xen.changes | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/init.xend b/init.xend index 14deb6e..36de204 100644 --- a/init.xend +++ b/init.xend @@ -12,7 +12,7 @@ # Required-Stop: $syslog $remote_fs # Should-Stop: iscsi $time # Default-Start: 3 5 -# Default-Stop: 0 1 2 4 6 +# Default-Stop: 0 1 2 6 # Short-Description: Starts and stops the Xen management daemon # Description: Starts and stops the Xen management daemon. xend is needed # to create and manage VMs on Xen. diff --git a/init.xendomains b/init.xendomains index f311eec..0b1abc5 100644 --- a/init.xendomains +++ b/init.xendomains @@ -12,7 +12,7 @@ # Required-Stop: $syslog $remote_fs xend # Should-Stop: iscsi # Default-Start: 3 5 -# Default-Stop: 0 1 2 4 6 +# Default-Stop: 0 1 2 6 # Short-Description: Starts and stops Xen VMs # Description: Starts and stops Xen VMs automatically when the # host starts and stops. diff --git a/xen.changes b/xen.changes index 3288fc5..c590e29 100644 --- a/xen.changes +++ b/xen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 19 11:37:36 UTC 2011 - adrian@suse.de + +- do not use runlevel 4 in init scripts, it makes it impossible + to "insserv xend" on 12.1 + ------------------------------------------------------------------- Mon Oct 17 11:27:51 MDT 2011 - carnold@novell.com