Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42612 - patch to allow users to specify a user id range that portage can use when adding users
Summary: patch to allow users to specify a user id range that portage can use when add...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - External Interaction (show other bugs)
Hardware: All All
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 43113 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-23 09:04 UTC by rob holland (RETIRED)
Modified: 2004-02-28 23:17 UTC (History)
2 users (show)

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


Attachments
patches extra_functions.sh (user-range.patch,960 bytes, patch)
2004-02-23 09:04 UTC, rob holland (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rob holland (RETIRED) gentoo-dev 2004-02-23 09:04:05 UTC
I think this would benefit a lot of people who don't want portage adding what are generally daemon accounts in the midst of their user accounts (as portage will do by default by user useradd).

This should help keep user ids cleaner.
Comment 1 rob holland (RETIRED) gentoo-dev 2004-02-23 09:04:43 UTC
Created attachment 26175 [details, diff]
patches extra_functions.sh
Comment 2 SpanKY gentoo-dev 2004-02-27 20:38:06 UTC
*** Bug 43113 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2004-02-28 23:17:20 UTC
enewuser will now only select uid's from the range of 100-999 inclusive (unless the user specifies a uid, then that will be used if it's available)