forked from pool/virtualbox
ff1d6fb65b
bump to 5.1.2 I tried to keep all Suse customization as they are. Warning dialogs were ported to Qt5. I did not check for added executables in the new release. Compile tested on all current targets. Runtime tested on Tumbleweed, both host and guest. OBS-URL: https://build.opensuse.org/request/show/414498 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=262
14 lines
520 B
Diff
14 lines
520 B
Diff
Index: VirtualBox-5.1.2/src/VBox/Installer/linux/vboxweb-service.sh
|
|
===================================================================
|
|
--- VirtualBox-5.1.2.orig/src/VBox/Installer/linux/vboxweb-service.sh
|
|
+++ VirtualBox-5.1.2/src/VBox/Installer/linux/vboxweb-service.sh
|
|
@@ -20,7 +20,7 @@
|
|
# Provides: vboxweb-service
|
|
# Required-Start: vboxdrv
|
|
# Required-Stop: vboxdrv
|
|
-# Default-Start: 2 3 4 5
|
|
+# Default-Start: 2 3 5
|
|
# Default-Stop: 0 1 6
|
|
# Description: VirtualBox web service API
|
|
### END INIT INFO
|