projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7661d96
)
Use -G instead of -g (typo from the previous commit).
author
Zac Medico
<zmedico@gentoo.org>
Thu, 4 Jan 2007 21:18:13 +0000
(21:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 4 Jan 2007 21:18:13 +0000
(21:18 -0000)
svn path=/main/trunk/; revision=5462
pym/portage_data.py
patch
|
blob
|
history
diff --git
a/pym/portage_data.py
b/pym/portage_data.py
index b7344222f229c82d3d0ae9e025a2c26409923feb..707c76b2dfecce74c6e4c701a0d3f4f2dc37be76 100644
(file)
--- a/
pym/portage_data.py
+++ b/
pym/portage_data.py
@@
-114,7
+114,7
@@
if secpass >= 2:
# Get a list of group IDs for the portage user. Do not use grp.getgrall()
# since it is known to trigger spurious SIGPIPE problems with nss_ldap.
from commands import getstatusoutput
- mystatus, myoutput = getstatusoutput("id -
g
portage")
+ mystatus, myoutput = getstatusoutput("id -
G
portage")
if mystatus == os.EX_OK:
for x in myoutput.split():
try: