summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/vmware-player/files/2.0.3.80004/011_all_legit-modules-only.patch')
-rw-r--r--app-emulation/vmware-player/files/2.0.3.80004/011_all_legit-modules-only.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/vmware-player/files/2.0.3.80004/011_all_legit-modules-only.patch b/app-emulation/vmware-player/files/2.0.3.80004/011_all_legit-modules-only.patch
new file mode 100644
index 000000000000..9e453ed1e2ee
--- /dev/null
+++ b/app-emulation/vmware-player/files/2.0.3.80004/011_all_legit-modules-only.patch
@@ -0,0 +1,12 @@
+diff -uNr vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl
+--- vmware-distrib.orig/bin/vmware-config.pl 2007-08-22 02:58:41.000000000 +0100
++++ vmware-distrib/bin/vmware-config.pl 2007-09-19 20:04:57.000000000 +0100
+@@ -10127,7 +10127,7 @@
+ }
+
+ my @modules = non_vmware_modules_installed();
+- if (scalar(@modules) > 0) {
++ if (scalar(@modules) < 0) {
+ error("The following VMware kernel modules have been found on your system that " .
+ "were not installed by the VMware Installer. Please remove them then run " .
+ "this installer again.\n\n" . join("\n", @modules) . "\n\n");