Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97324 - rewrite of fowners and fperms
Summary: rewrite of fowners and fperms
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2005-06-28 11:11 UTC by Aron Griffis (RETIRED)
Modified: 2006-03-13 09:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
new fowners script (fowners,263 bytes, text/plain)
2005-06-28 11:16 UTC, Aron Griffis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Griffis (RETIRED) gentoo-dev 2005-06-28 11:11:27 UTC
Currently fowners doesn't handle recursion, doesn't understand arguments, and calls chown once per file.  How dumb can it be?

Here is a new fowners which fixes all those problems.  It assumes that all filenames that start with / should be under ${D} instead, which is at least more valid than the current assumptions.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-06-28 11:16:24 UTC
Created attachment 62173 [details]
new fowners script
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2005-06-28 11:31:24 UTC
fperms should look exactly like fowners, except use chmod instead of chown
Comment 3 SpanKY gentoo-dev 2005-07-28 23:00:22 UTC
added to portage cvs HEAD finally
Comment 4 Zac Medico gentoo-dev 2006-03-13 09:41:10 UTC
Both fowners and fperms were merged into trunk r2525 and released in 2.1_pre4.