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.orig/bin/vmware-config.pl (-1 / +4 lines)
Lines 7327-7333 Link Here
7327
    error('Unable to write configuration file "' . $name . '".' . "\n\n");
7327
    error('Unable to write configuration file "' . $name . '".' . "\n\n");
7328
  }
7328
  }
7329
  db_add_file($name, 0x1);
7329
  db_add_file($name, 0x1);
7330
  safe_chmod(0644, $name);
7330
  safe_chmod(0664, $name);
7331
  my $gid = (getgrnam('vmware'))[2];
7332
  my $uid = (stat($name))[4];
7333
  safe_chown($uid,$gid,$name);
7331
7334
7332
  # Append the promotional configuration if it exists
7335
  # Append the promotional configuration if it exists
7333
  $promoconfig = $libdir . '/configurator/PROMOCONFIG';
7336
  $promoconfig = $libdir . '/configurator/PROMOCONFIG';

Return to bug 122500