summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/vmware-server/files/2.0.2.203138/011_all_legit-modules-only.patch')
-rw-r--r--app-emulation/vmware-server/files/2.0.2.203138/011_all_legit-modules-only.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/vmware-server/files/2.0.2.203138/011_all_legit-modules-only.patch b/app-emulation/vmware-server/files/2.0.2.203138/011_all_legit-modules-only.patch
deleted file mode 100644
index cbfa05b..0000000
--- a/app-emulation/vmware-server/files/2.0.2.203138/011_all_legit-modules-only.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bin/vmware-config.pl b/bin/vmware-config.pl
-index bb9d04f..458a14b 100755
---- a/bin/vmware-config.pl
-+++ b/bin/vmware-config.pl
-@@ -10315,7 +10315,7 @@ sub main {
-
- if ($gOption{'tools-switch'} == 0) {
- my @modules = non_vmware_modules_installed();
-- if (scalar(@modules) > 0) {
-+ if (scalar(@modules) < 0) {
- my $osVersion = direct_command(shell_string($gHelper{'uname'}) . ' -r');
- chomp($osVersion);
- error("The following VMware kernel modules have been found on your " .