Related to bnc#732884 Runlevel 4 is for local sysadmin. He is responsible to create all required symlinks in this private runlevel. --- tools/hotplug/Linux/init.d/xen-watchdog | 2 +- tools/hotplug/Linux/init.d/xencommons | 2 +- tools/hotplug/Linux/init.d/xend | 2 +- tools/hotplug/Linux/init.d/xendomains | 2 +- tools/xenballoon/xenballoond.init | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xen-watchdog =================================================================== --- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xen-watchdog +++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xen-watchdog @@ -10,7 +10,7 @@ # Should-Start: xend # Required-Stop: $syslog $remote_fs # Should-Stop: xend -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop xen-watchdog # Description: Run domain watchdog daemon. Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xencommons =================================================================== --- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xencommons +++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xencommons @@ -12,7 +12,7 @@ # Should-Start: # Required-Stop: $syslog $remote_fs # Should-Stop: -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop xenstored and xenconsoled # Description: Starts and stops the daemons neeeded for xl/xend Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xend =================================================================== --- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xend +++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xend @@ -12,7 +12,7 @@ # Should-Start: # Required-Stop: $syslog $remote_fs xenstored xenconsoled # Should-Stop: -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop xend # Description: Starts and stops the Xen control daemon. Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/xendomains =================================================================== --- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/xendomains +++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/xendomains @@ -20,7 +20,7 @@ # Should-Start: xend # Required-Stop: $syslog $remote_fs xenstored xenconsoled # Should-Stop: xend -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop secondary xen domains # Description: Start / stop domains automatically when domain 0 Index: xen-4.1.2-testing/tools/xenballoon/xenballoond.init =================================================================== --- xen-4.1.2-testing.orig/tools/xenballoon/xenballoond.init +++ xen-4.1.2-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.