Remove old wheel group warnings since portage stopped using this group long ago.
authorZac Medico <zmedico@gentoo.org>
Sat, 30 Jun 2007 13:19:58 +0000 (13:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 30 Jun 2007 13:19:58 +0000 (13:19 -0000)
svn path=/main/trunk/; revision=7099

pym/emerge/__init__.py
pym/portage/data.py

index de37af1416583a49a10066d00c674067727974fc..a8b7da19ff6d10f751f24ea882d140636a6e6626 100644 (file)
@@ -5790,10 +5790,6 @@ def emerge_main():
                emerge.help.help(myaction, myopts, portage.output.havecolor)
                sys.exit(0)
 
-       if portage.wheelgid == portage.portage_gid:
-               print "emerge: wheel group use is being deprecated. Please update group and passwd to"
-               print "        include the portage user as noted above, and then use group portage."
-
        if "--debug" in myopts:
                print "myaction", myaction
                print "myopts", myopts
index a51990303f34d41b40433e1a74e186156616d91c..d327af7267a4a536140059ca0518183b27e7f82e 100644 (file)
@@ -78,10 +78,6 @@ if uid==0:
 try:
        wheelgid=grp.getgrnam("wheel")[2]
 except KeyError:
-       writemsg("portage initialization: your system doesn't have a 'wheel' group.\n")
-       writemsg("Please fix this as it is a normal system requirement. 'wheel' is GID 10\n")
-       writemsg("`emerge baselayout` and a config update with dispatch-conf, etc-update\n")
-       writemsg("or cfg-update should remedy this problem.\n")
        pass
 
 #Discover the uid and gid of the portage user/group