Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37513188
en ru br
ALT Linux repos
S:7.0.10-alt2
5.0: 3.0.4-alt0.M50.1
4.1: 2.1.4-alt0.M41.5
4.0:
+backports:1.6.6-alt0.M40.2

Group :: Emulators
RPM: virtualbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: virtualbox-ose-init-scripts.diff
Download


--- src/VBox/Installer/linux/vboxdrv.sh.in.old	2008-05-04 02:32:51.000000000 +0200
+++ src/VBox/Installer/linux/vboxdrv.sh.in	2008-05-05 00:47:06.000000000 +0200
@@ -246,15 +246,7 @@
 setup()
 {
     stop
-    if find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; then
-      begin_msg "Removing old VirtualBox kernel module"
-      find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|xargs rm -f 2>/dev/null
-      succ_msg
-    fi
-    begin_msg "Recompiling VirtualBox kernel module"
-    if ! $BUILDINTMP install > $LOG 2>&1; then
-        failure "Look at $LOG to find out what went wrong"
-    fi
+    begin_msg "Recompiling VirtualBox kernel module, NOT. It has been packaged. "
     succ_msg
     start
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin