public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15277 - main/trunk/pym/portage
@ 2010-01-29 21:59 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-01-29 21:59 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-01-29 21:59:41 +0000 (Fri, 29 Jan 2010)
New Revision: 15277

Modified:
   main/trunk/pym/portage/data.py
Log:
Define userpriv_groups earlier in order to avoid an AttributeError from
lazy import code. Thanks to antarus for reporting.


Modified: main/trunk/pym/portage/data.py
===================================================================
--- main/trunk/pym/portage/data.py	2010-01-29 21:30:17 UTC (rev 15276)
+++ main/trunk/pym/portage/data.py	2010-01-29 21:59:41 UTC (rev 15277)
@@ -84,6 +84,7 @@
 except KeyError:
 	portage_uid=0
 	portage_gid=0
+	userpriv_groups = [portage_gid]
 	writemsg(colorize("BAD",
 		_("portage: 'portage' user or group missing.")) + "\n", noiselevel=-1)
 	writemsg(_(




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-29 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 21:59 [gentoo-commits] portage r15277 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox