Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232230 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/vmware-config.pl (-4 / +4 lines)
Lines 11038-11044 sub main { Link Here
11038
         error('Please shut down any running VMs and run this script again.' .
11038
         error('Please shut down any running VMs and run this script again.' .
11039
               "\n\n");
11039
               "\n\n");
11040
      } else {
11040
      } else {
11041
         if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware')
11041
         if (system(shell_string('/etc/init.d' . '/vmware')
11042
                    . ' stop')) {
11042
                    . ' stop')) {
11043
            error('Unable to stop services for ' . vmware_product_name() .  "\n\n");
11043
            error('Unable to stop services for ' . vmware_product_name() .  "\n\n");
11044
         }
11044
         }
Lines 11090-11097 sub main { Link Here
11090
11090
11091
  if (isDesktopProduct()) {
11091
  if (isDesktopProduct()) {
11092
    build_vmblock();
11092
    build_vmblock();
11093
    createMimePackageFile();
11093
    # createMimePackageFile();
11094
    configureDesktopFiles();
11094
    # configureDesktopFiles();
11095
    if (vmware_binary() ne "vmplayer") {
11095
    if (vmware_binary() ne "vmplayer") {
11096
      configure_eclipse_plugin();
11096
      configure_eclipse_plugin();
11097
    } 
11097
    } 
Lines 11190-11196 sub main { Link Here
11190
  db_save();
11190
  db_save();
11191
  # Then start VMware's services
11191
  # Then start VMware's services
11192
  if (!$gOption{'skip-stop-start'}) {
11192
  if (!$gOption{'skip-stop-start'}) {
11193
    system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start');
11193
    system(shell_string('/etc/init.d' . '/vmware') . ' start');
11194
    print "\n";
11194
    print "\n";
11195
  }
11195
  }
11196
11196

Return to bug 232230