Use -G instead of -g (typo from the previous commit).
authorZac Medico <zmedico@gentoo.org>
Thu, 4 Jan 2007 21:18:13 +0000 (21:18 -0000)
committerZac 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

index b7344222f229c82d3d0ae9e025a2c26409923feb..707c76b2dfecce74c6e4c701a0d3f4f2dc37be76 100644 (file)
@@ -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: