Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109899
Collapse All | Expand All

(-)vmware-player-distrib/bin/vmware-config.pl.orig (-8 / +5 lines)
Lines 8156-8166 Link Here
8156
         error('Please shut down any running VMs and run this script again.' .
8156
         error('Please shut down any running VMs and run this script again.' .
8157
               "\n\n");
8157
               "\n\n");
8158
      } else {
8158
      } else {
8159
         if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware')
8159
             system(shell_string('/etc/init.d/vmware')
8160
                    . ' stop')) {
8160
                    . ' stop');
8161
            error('Unable to stop services for ' . vmware_product_name() .
8162
                  "\n\n");
8163
         }
8164
     }
8161
     }
8165
   }
8162
   }
8166
   print "\n";
8163
   print "\n";
Lines 8186-8193 Link Here
8186
  }
8183
  }
8187
  if (vmware_product() ne 'server') {
8184
  if (vmware_product() ne 'server') {
8188
    configure_gtk2();
8185
    configure_gtk2();
8189
    createMimePackageFile();
8186
#   createMimePackageFile();
8190
    configureDesktopFiles();
8187
#   configureDesktopFiles();
8191
    configure_mon();
8188
    configure_mon();
8192
    configure_pp();
8189
    configure_pp();
8193
    configure_net();
8190
    configure_net();
Lines 8255-8261 Link Here
8255
  db_save();
8252
  db_save();
8256
  # Then start VMware's services
8253
  # Then start VMware's services
8257
  if (!$gOption{'skipstopstart'}) {
8254
  if (!$gOption{'skipstopstart'}) {
8258
    system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start');
8255
    system(shell_string('/etc/init.d/vmware') . ' start');
8259
    print "\n";
8256
    print "\n";
8260
  }
8257
  }
8261
8258

Return to bug 109899