summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-07-13 21:10:41 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-07-13 21:10:41 +0000
commit996aaa15049925314f38e1c5c46a5fa82c3bae6d (patch)
tree8ee3c1ddcb3ede302353fd91ddfa395c9dc208e0 /app-emulation/vmware-player/files
parentNo ChangeLog so as not to disturb chris's update unduely. (diff)
downloadvmware-996aaa15049925314f38e1c5c46a5fa82c3bae6d.tar.gz
vmware-996aaa15049925314f38e1c5c46a5fa82c3bae6d.tar.bz2
vmware-996aaa15049925314f38e1c5c46a5fa82c3bae6d.zip
Mostly a clean-up commit. Really, the ChangeLog does a much better job of explainging what's in this commit.
svn path=/trunk/; revision=82
Diffstat (limited to 'app-emulation/vmware-player/files')
-rw-r--r--app-emulation/vmware-player/files/digest-vmware-player-1.0.1.19317-r46
-rw-r--r--app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config.patch31
-rw-r--r--app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config2.patch15
-rw-r--r--app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config3.patch12
4 files changed, 0 insertions, 64 deletions
diff --git a/app-emulation/vmware-player/files/digest-vmware-player-1.0.1.19317-r4 b/app-emulation/vmware-player/files/digest-vmware-player-1.0.1.19317-r4
deleted file mode 100644
index e77ec42..0000000
--- a/app-emulation/vmware-player/files/digest-vmware-player-1.0.1.19317-r4
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 58d0aab1f3303dfb5354a929bcf1b0e9 VMware-player-1.0.1-19317.tar.gz 35786922
-RMD160 7ba3c6cefaf6fb98cc932d0974206b6b0f408a29 VMware-player-1.0.1-19317.tar.gz 35786922
-SHA256 c4b0e43ef7e56803e8bc822f2ab240bd2911019dca2d6a615e76dc41642cb4bf VMware-player-1.0.1-19317.tar.gz 35786922
-MD5 7ca1ec14670b51d8cf824a58bc8d6621 vmware.png 470
-RMD160 759a5530b3bb605e6bc2c1e203490163d320485d vmware.png 470
-SHA256 9bec91ecc32fa913141ca303abf1abec988ebc7fb4f27389f173bf3493bffb9b vmware.png 470
diff --git a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config.patch b/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config.patch
deleted file mode 100644
index 1d864f7..0000000
--- a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- vmware-distrib/bin/vmware-config.pl.ori 2005-11-09 01:45:08.000000000 +0000
-+++ vmware-distrib/bin/vmware-config.pl 2005-11-09 01:48:21.000000000 +0000
-@@ -8433,7 +8433,7 @@
- error('Please shut down any running VMs and run this script again.' .
- "\n\n");
- } else {
-- if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware')
-+ if (system(shell_string('/etc/init.d' . '/vmware')
- . ' stop')) {
- error('Unable to stop services for ' . vmware_product_name() .
- "\n\n");
-@@ -8463,8 +8463,8 @@
- }
- if (vmware_product() ne 'server') {
- configure_gtk2();
-- createMimePackageFile();
-- configureDesktopFiles();
-+# createMimePackageFile();
-+# configureDesktopFiles();
- configure_mon();
- configure_pp();
- configure_net();
-@@ -8532,7 +8532,7 @@
- db_save();
- # Then start VMware's services
- if (!$gOption{'skipstopstart'}) {
-- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start');
-+ system(shell_string('/etc/init.d' . '/vmware') . ' start');
- print "\n";
- }
-
diff --git a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config2.patch b/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config2.patch
deleted file mode 100644
index e646b7b..0000000
--- a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl
---- vmware-distrib.orig/bin/vmware-config.pl 2005-12-16 00:51:03.000000000 -0500
-+++ vmware-distrib/bin/vmware-config.pl 2005-12-21 14:34:03.000000000 -0500
-@@ -7327,7 +7327,10 @@
- error('Unable to write configuration file "' . $name . '".' . "\n\n");
- }
- db_add_file($name, 0x1);
-- safe_chmod(0644, $name);
-+ safe_chmod(0664, $name);
-+ my $gid = (getgrnam('vmware'))[2];
-+ my $uid = (stat($name))[4];
-+ safe_chown($uid,$gid,$name);
-
- # Append the promotional configuration if it exists
- $promoconfig = $libdir . '/configurator/PROMOCONFIG';
diff --git a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config3.patch b/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config3.patch
deleted file mode 100644
index f700f5d..0000000
--- a/app-emulation/vmware-player/files/vmware-player-1.0.1.19317-config3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl
---- vmware-distrib.orig/bin/vmware-config.pl 2006-03-24 23:13:05.000000000 +0100
-+++ vmware-distrib/bin/vmware-config.pl 2006-03-24 23:26:40.000000000 +0100
-@@ -1969,7 +1969,7 @@
- . ' -E - | ' . shell_string($gHelper{'grep'}) . ' '
- . shell_string($pattern));
- chomp($header_page_offset);
-- $header_page_offset =~ s/^$pattern \(?0x([0-9a-fA-F]{8,}).*$/$1/;
-+ $header_page_offset =~ s/^$pattern \(?(\([^)]*\))?\)?0x([0-9a-fA-F]{8,}).*$/$2/;
- if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) {
- # We found a valid page offset
- if (defined($gSystem{'page_offset'}) and