diff --git a/vbox-vboxdrv-init-script.diff b/vbox-vboxdrv-init-script.diff index ef9d113..da3de5c 100644 --- a/vbox-vboxdrv-init-script.diff +++ b/vbox-vboxdrv-init-script.diff @@ -17,9 +17,10 @@ Index: src/VBox/Installer/linux/vboxdrv.sh.in # Provides: vboxdrv -# Required-Start: $syslog -# Required-Stop: +-# Default-Start: 2 3 4 5 +# Required-Start: $syslog $remote_fs +# Required-Stop: $syslog $remote_fs - # Default-Start: 2 3 4 5 ++# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: VirtualBox Linux kernel module +# Description: VirtualBox Linux kernel module diff --git a/virtualbox.changes b/virtualbox.changes index 1659ccd..aa0628c 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 19 10:03:10 UTC 2011 - idonmez@suse.com + +- Remove runlevel 4 from vboxdrv init script (bnc#724469) + ------------------------------------------------------------------- Fri Oct 14 13:26:22 UTC 2011 - mseben@gmail.com