From: Zac Medico Date: Wed, 7 Jun 2006 12:49:22 +0000 (-0000) Subject: Call the bogus lchown() once so that the warning is seen asap. X-Git-Tag: v2.1~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f0e53dd05cb2a0727174d3ae0a33c439ffb23e1;p=portage.git Call the bogus lchown() once so that the warning is seen asap. svn path=/main/trunk/; revision=3467 --- diff --git a/pym/portage_data.py b/pym/portage_data.py index bd556b519..1f2e67e57 100644 --- a/pym/portage_data.py +++ b/pym/portage_data.py @@ -38,6 +38,7 @@ if not lchown: def lchown(*pos_args, **key_args): writemsg(red("!!!") + " It seems that os.lchown does not" + \ " exist. Please rebuild python.\n", noiselevel=-1) + lchown() os.environ["USERLAND"]=userland