BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000950 [BusyBox] Other minor always 07-15-06 11:32 02-14-08 10:08
Reporter espakman View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.2.x
Summary 0000950: adduser doesn't update group
Description While updating from busybox-1.0 to 1.2 noticed that the adduser applet doesn't update /etc/group anymore. In the source code is available to call addgroup:
"cmd = bb_xasprintf("addgroup -g %d \"%s\"", p->pw_gid, p->pw_name);"
but apparently it doesn't work
Additional Information
Attached Files

- Relationships

- Notes
(0001524)
espakman
07-15-06 11:46

Sorry for the double report, don't know what went wrong. Please remove this one.

Thanks,
Eric
 
(0004754)
vda
02-14-08 10:08

Fixed in svn sometime ago:

        /* add to group */
        /* addgroup should be responsible for dealing w/ gshadow */
        /* if using a pre-existing group, don't create one */
        if (!usegroup)
                addgroup_wrapper(&pw);
 

- Issue History
Date Modified Username Field Change
07-15-06 11:32 espakman New Issue
07-15-06 11:32 espakman Status new => assigned
07-15-06 11:32 espakman Assigned To  => BusyBox
07-15-06 11:46 espakman Note Added: 0001524
02-14-08 10:08 vda Status assigned => closed
02-14-08 10:08 vda Note Added: 0004754
02-14-08 10:08 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker