bug in adduser?

Eric Spakman E.Spakman at inter.nl.net
Sat Jul 15 08:51:54 PDT 2006


Hi all,

I'm in the process of upgrading from busybox-1.0 to 1.2 and noticed a
difference in the adduser applet. Previous adduser also updated
/etc/group, but now this file isn't touched anymore.
By looking at the adduser source, updating the group file should be
supported:
cmd = bb_xasprintf("addgroup -g %d \"%s\"", p->pw_gid, p->pw_name);

Anyone a clue?

Eric



More information about the busybox mailing list