1
0
forked from pool/virtualbox

Accepting request 88687 from home:namtrac:branches:Virtualization

- Remove runlevel 4 from vboxdrv init script (bnc#724469)

OBS-URL: https://build.opensuse.org/request/show/88687
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=67
This commit is contained in:
Adrian Schröter 2011-10-20 08:46:55 +00:00 committed by Git OBS Bridge
parent 17757e5e12
commit fd73477e8e
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