02e6ba91e8
Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz
Please see the LICENSE file for copyright information. libbb is BusyBox's utility library. This all used to be in a single file (utility.c to be specific). When I split utility.c up to create libbb, I did not carefully fix up the copyright and licensing information. I'll do that for the next release. For now, just trust me that a bunch of people have worked on this stuff, and it is all GPL'ed. Erik Andersen <andersee@codepoet.org>