diff --git
a/z-emulators/vmware6/VMware-workstation-6.0.0-45731.i386.tar.gz.sig
b/z-emulators/vmware6/VMware-workstation-6.0.0-45731.i386.tar.gz.sig
deleted file mode 100644
index 58678ef..0000000
Binary files
a/z-emulators/vmware6/VMware-workstation-6.0.0-45731.i386.tar.gz.sig and
/dev/null differ
diff --git
a/z-emulators/vmware6/VMware-workstation-6.0.0-45731.x86_64.tar.gz.sig
b/z-emulators/vmware6/VMware-workstation-6.0.0-45731.x86_64.tar.gz.sig
deleted file mode 100644
index 665141f..0000000
Binary files
a/z-emulators/vmware6/VMware-workstation-6.0.0-45731.x86_64.tar.gz.sig and
/dev/null differ
diff --git
a/z-emulators/vmware6/VMware-workstation-6.0.2-59824.i386.tar.gz.sig
b/z-emulators/vmware6/VMware-workstation-6.0.2-59824.i386.tar.gz.sig
new file mode 100644
index 0000000..bf1a0d6
Binary files /dev/null and
b/z-emulators/vmware6/VMware-workstation-6.0.2-59824.i386.tar.gz.sig differ
diff --git
a/z-emulators/vmware6/VMware-workstation-6.0.2-59824.x86_64.tar.gz.sig
b/z-emulators/vmware6/VMware-workstation-6.0.2-59824.x86_64.tar.gz.sig
new file mode 100644
index 0000000..ecb8ab8
Binary files /dev/null and
b/z-emulators/vmware6/VMware-workstation-6.0.2-59824.x86_64.tar.gz.sig differ
diff --git a/z-emulators/vmware6/vmware-vix.patch
b/z-emulators/vmware6/vmware-vix.patch
new file mode 100644
index 0000000..b601369
--- /dev/null
+++ b/z-emulators/vmware6/vmware-vix.patch
@@ -0,0 +1,86 @@
+diff -u -r vmware-vix-distrib-orig/bin/vmware-uninstall-vix.pl
vmware-vix-distrib/bin/vmware-uninstall-vix.pl
+--- vmware-vix-distrib-orig/bin/vmware-uninstall-vix.pl 2007-10-08
10:18:10.000000000 -0500
++++ vmware-vix-distrib/bin/vmware-uninstall-vix.pl 2007-11-28
23:21:18.000000000 -0600
+@@ -7,11 +7,15 @@
+
+ use strict;
+
++$| = 1;
++
+ # BEGINNING_OF_UTIL_DOT_PL
+ #!/usr/bin/perl
+
+ use strict;
+
++$| = 1;
++
+ # Moved out of config.pl to support $gOption in spacechk_answer
+ my %gOption;
+ # Moved from various scripts that include util.pl
+@@ -2737,45 +2741,11 @@
+ return $initscriptsdir;
+ }
+
+- # The "SuSE version >= 7.1" way
+- $initdir = '/etc/init.d';
+- if (check_answer_initdirpath($initdir, 'default') eq '') {
+- # The "SuSE version < 7.1" way
+- $initdir = '/sbin/init.d';
+- if (check_answer_initdirpath($initdir, 'default') eq '') {
+- # The "RedHat" way
+- $initdir = '/etc/rc.d';
+- if (check_answer_initdirpath($initdir, 'default') eq '') {
+- # The "Debian" way
+- $initdir = '/etc';
+- if (check_answer_initdirpath($initdir, 'default') eq '') {
+- $initdir = '';
+- }
+- }
+- }
+- }
+- $answer = get_persistent_answer('What is the directory that contains the
init'
+- .' directories (rc0.d/ to rc6.d/)?'
+- , 'INITDIR', 'initdirpath', $initdir);
+-
+- # The usual way
+- $initscriptsdir = $answer . '/init.d';
+- if ( $answer =~ m/init.d/ ) {
+- # if the string contains init.d, do not default to containing init.d,
+- # instead just default to the initdir as the initscripstdir
+- $initscriptsdir = $answer;
+- }
+-
+- if (check_answer_initscriptsdirpath($initscriptsdir, 'default') eq '') {
+- # The "SuSE version >= 7.1" way
+- $initscriptsdir = $answer;
+- if (check_answer_initscriptsdirpath($initscriptsdir, 'default') eq '') {
+- $initscriptsdir = '';
+- }
+- }
+- $answer = get_persistent_answer('What is the directory that contains the
init'
+- .' scripts?', 'INITSCRIPTSDIR'
+- , 'initscriptsdirpath', $initscriptsdir);
++ # The "Fake smgl" way
++ $initscriptsdir = $answer = $initdir = '/tmp/vmware_rc.d';
++ db_add_answer('INITDIR', $answer);
++ db_add_answer('INITSCRIPTSDIR', $answer);
++
+ return $answer;
+ }
+
+diff -u -r vmware-vix-distrib-orig/installer/services.sh
vmware-vix-distrib/installer/services.sh
+--- vmware-vix-distrib-orig/installer/services.sh 2007-10-08
10:18:11.000000000 -0500
++++ vmware-vix-distrib/installer/services.sh 2007-11-28 23:22:22.000000000
-0600
+@@ -26,6 +26,11 @@
+ # BEGINNING_OF_UTIL_DOT_SH
+ #!/bin/sh
+
++function echo ()
++{
++ builtin echo "$@"
++}
++
+ # A few utility functions used by our shell scripts. These are patched in
+ # during make.
+
+Only in vmware-vix-distrib-orig: vmware-install.pl
diff --git a/z-emulators/vmware6/vmware.patch
b/z-emulators/vmware6/vmware.patch
index 70ddbbb..7504523 100644
--- a/z-emulators/vmware6/vmware.patch
+++ b/z-emulators/vmware6/vmware.patch
@@ -1,6 +1,6 @@
-diff -u -r vmware-distrib.orig/bin/vmware-config.pl
vmware-distrib/bin/vmware-config.pl
---- vmware-distrib.orig/bin/vmware-config.pl 2007-05-01 23:52:50.000000000
-0500
-+++ vmware-distrib/bin/vmware-config.pl 2007-05-27 20:35:13.000000000
-0500
+diff -u -r vmware-distrib-orig/bin/vmware-config.pl
vmware-distrib/bin/vmware-config.pl
+--- vmware-distrib-orig/bin/vmware-config.pl 2007-11-28 21:38:25.000000000
-0600
++++ vmware-distrib/bin/vmware-config.pl 2007-11-28 22:00:51.000000000
-0600
@@ -7,6 +7,8 @@
use strict;
@@ -29,9 +29,9 @@ diff -u -r vmware-distrib.orig/bin/vmware-config.pl
vmware-distrib/bin/vmware-co
# Moved out of config.pl to support $gOption in spacechk_answer
my %gOption;
# Moved from various scripts that include util.pl
-diff -u -r vmware-distrib.orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware-uninstall.pl
---- vmware-distrib.orig/bin/vmware-uninstall.pl 2007-05-01
23:52:33.000000000 -0500
-+++ vmware-distrib/bin/vmware-uninstall.pl 2007-05-27 20:39:24.000000000
-0500
+diff -u -r vmware-distrib-orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware-uninstall.pl
+--- vmware-distrib-orig/bin/vmware-uninstall.pl 2007-11-28
21:38:24.000000000 -0600
++++ vmware-distrib/bin/vmware-uninstall.pl 2007-11-28 22:04:11.000000000
-0600
@@ -7,11 +7,15 @@
use strict;
@@ -48,7 +48,7 @@ diff -u -r vmware-distrib.orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware
# Moved out of config.pl to support $gOption in spacechk_answer
my %gOption;
# Moved from various scripts that include util.pl
-@@ -2712,39 +2716,11 @@
+@@ -2737,45 +2741,11 @@
return $initscriptsdir;
}
@@ -75,6 +75,12 @@ diff -u -r vmware-distrib.orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware
-
- # The usual way
- $initscriptsdir = $answer . '/init.d';
+- if ( $answer =~ m/init.d/ ) {
+- # if the string contains init.d, do not default to containing init.d,
+- # instead just default to the initdir as the initscripstdir
+- $initscriptsdir = $answer;
+- }
+-
- if (check_answer_initscriptsdirpath($initscriptsdir, 'default') eq '') {
- # The "SuSE version >= 7.1" way
- $initscriptsdir = $answer;
@@ -93,9 +99,9 @@ diff -u -r vmware-distrib.orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware
return $answer;
}
-diff -u -r vmware-distrib.orig/installer/services.sh
vmware-distrib/installer/services.sh
---- vmware-distrib.orig/installer/services.sh 2007-05-01 23:52:51.000000000
-0500
-+++ vmware-distrib/installer/services.sh 2007-05-27 20:40:41.000000000
-0500
+diff -u -r vmware-distrib-orig/installer/services.sh
vmware-distrib/installer/services.sh
+--- vmware-distrib-orig/installer/services.sh 2007-11-28 21:38:26.000000000
-0600
++++ vmware-distrib/installer/services.sh 2007-11-28 22:00:51.000000000
-0600
@@ -26,6 +26,11 @@
# BEGINNING_OF_UTIL_DOT_SH
#!/bin/sh
@@ -107,4 +113,5 @@ diff -u -r vmware-distrib.orig/installer/services.sh
vmware-distrib/installer/se
+
# A few utility functions used by our shell scripts. These are patched in
# during make.
-
+
+Only in vmware-distrib-orig: vmware-install.pl
[SM-Commit] GIT changes to master z-rejected grimoire by Robin Cook (ab1b718299717a231505ed0cdc452328c5f61832),
Robin Cook, 11/29/2007