diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-06-14 23:14:05 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-06-14 23:14:05 +0000 |
commit | f8219b958e89ae6a7f6e3b5942ca22df385cf367 (patch) | |
tree | 5ed30d499e3b8b8274d99674680246c4c079950d /app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.patch | |
parent | Add in vmware-modules-1.0.0.20 for workstation 6.0.4 and player 2.0.4. (diff) | |
download | gentoo-2-f8219b958e89ae6a7f6e3b5942ca22df385cf367.tar.gz gentoo-2-f8219b958e89ae6a7f6e3b5942ca22df385cf367.tar.bz2 gentoo-2-f8219b958e89ae6a7f6e3b5942ca22df385cf367.zip |
Version bump for bug 224637. Also clear out old versions.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.patch')
-rw-r--r-- | app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.patch b/app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.patch deleted file mode 100644 index 6eb6619d2b8e..000000000000 --- a/app-emulation/vmware-player/files/2.0.1.55017/000_all_initd-location.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{'skip-stop-start'}) { -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start'); -+ system(shell_string('/etc/init.d' . '/vmware') . ' start'); - print "\n"; - } - |