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

Collapse All | Expand All

(-)vmware-distrib/bin/vmware-config.pl.ori (-4 / +4 lines)
Lines 8433-8439 Link Here
8433
         error('Please shut down any running VMs and run this script again.' .
8433
         error('Please shut down any running VMs and run this script again.' .
8434
               "\n\n");
8434
               "\n\n");
8435
      } else {
8435
      } else {
8436
         if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware')
8436
         if (system(shell_string('/etc/init.d' . '/vmware')
8437
                    . ' stop')) {
8437
                    . ' stop')) {
8438
            error('Unable to stop services for ' . vmware_product_name() .
8438
            error('Unable to stop services for ' . vmware_product_name() .
8439
                  "\n\n");
8439
                  "\n\n");
Lines 8463-8470 Link Here
8463
  }
8463
  }
8464
  if (vmware_product() ne 'server') {
8464
  if (vmware_product() ne 'server') {
8465
    configure_gtk2();
8465
    configure_gtk2();
8466
    createMimePackageFile();
8466
#   createMimePackageFile();
8467
    configureDesktopFiles();
8467
#   configureDesktopFiles();
8468
    configure_mon();
8468
    configure_mon();
8469
    configure_pp();
8469
    configure_pp();
8470
    configure_net();
8470
    configure_net();
Lines 8532-8538 Link Here
8532
  db_save();
8532
  db_save();
8533
  # Then start VMware's services
8533
  # Then start VMware's services
8534
  if (!$gOption{'skipstopstart'}) {
8534
  if (!$gOption{'skipstopstart'}) {
8535
    system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start');
8535
    system(shell_string('/etc/init.d' . '/vmware') . ' start');
8536
    print "\n";
8536
    print "\n";
8537
  }
8537
  }
8538
8538

Return to bug 122500