1
0
forked from pool/virtualbox

Accepting request 88813 from Virtualization

- Remove runlevel 4 from vboxdrv init script (bnc#724469) (forwarded request 88687 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/88813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2011-10-21 14:46:17 +00:00 committed by Git OBS Bridge
commit 52be0cd337
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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