Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 4fd0c9e747871ea81a73054c841c514e > files > 3

virtualbox-5.0.4-1.mga5.src.rpm

diff -Nurp VirtualBox-4.3.0.p4/src/VBox/Installer/linux/VBox.sh VirtualBox-4.3.0.p5/src/VBox/Installer/linux/VBox.sh
--- VirtualBox-4.3.0.p4/src/VBox/Installer/linux/VBox.sh	2013-10-15 14:13:06.000000000 +0300
+++ VirtualBox-4.3.0.p5/src/VBox/Installer/linux/VBox.sh	2013-10-15 23:15:02.388197827 +0300
@@ -38,7 +38,7 @@ WARNING: The vboxdrv kernel module is no
          available for the current kernel (`uname -r`) or it failed to
          load. Please recompile the kernel module and install it by
 
-           sudo /etc/init.d/vboxdrv setup
+           sudo /etc/rc.d/init.d/virtualbox start
 
          You will not be able to start VMs until this problem is fixed.
 EOF
@@ -46,7 +46,7 @@ elif [ ! -c /dev/vboxdrv ]; then
     cat << EOF
 WARNING: The character device /dev/vboxdrv does not exist. Try
 
-           sudo /etc/init.d/vboxdrv restart
+           sudo /etc/rc.d/init.d/virtualbox restart
 
          and if that is not successful, try to re-install the package.