First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 31190
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: James Slater <junkmonkey@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 31190 depends on: Show dependency tree
Bug 31190 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-15 04:36 0000
In emerging ntp-4.1.2,

>>> md5 src_uri ;-) ntp-4.1.2.tar.gz
>>> md5 src_uri ;-) ntp-4.1.2-manpages.tbz2
 * Adding group 'ntp' to your system ...
 *  - Groupid: 123
 * Adding user 'ntp' to your system ...
 *  - Userid: 123
 *  - Shell: /dev/null
 *  - Home: /bin/false
 *  - Groups: ntp

I thought that shell and home should be the other way around so I checked out 
the ebuild - it's calling: enewuser ntp 123 /dev/null /bin/false ntp
enewuser should be: enewuser(username, uid, shell, homedir, groups, extra 
options).




Reproducible: Always
Steps to Reproduce:
1. emerge ntp-4.1.2
2. examine output or check /etc/passwd

Actual Results:  
/etc/passwd contains ntp:x:123:123:added by portage for ntp:/bin/false:/dev/null


Expected Results:  
/etc/passwd contains ntp:x:123:123:added by portage for ntp:/dev/null:/bin/false

------- Comment #1 From Markus Nigbur (RETIRED) 2003-10-15 05:33:14 0000 -------
fixed in cvs

First Last Prev Next    No search results available      Search page      Enter new bug