Denis Vlasenko 9230582315 inetd: use change_identity().
libbb: shrink our internal initgroups().
httpd: remove stray 'else' and 'index_page = "index.html"'

function                                             old     new   delta
httpd_main                                           750     743      -7
inetd_main                                          2033    2011     -22
bb_internal_initgroups                               251     228     -23
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-52)             Total: -52 bytes
2008-03-20 15:12:58 +00:00
..
2008-03-02 12:53:15 +00:00
2007-05-31 22:42:12 +00:00
2008-03-02 12:53:15 +00:00
2008-02-25 20:30:24 +00:00
2007-05-31 22:42:12 +00:00
2007-08-03 14:16:24 +00:00
2008-03-02 12:53:15 +00:00
2007-05-30 00:29:55 +00:00
2008-03-02 12:53:15 +00:00
2007-06-18 10:35:06 +00:00
2008-02-25 20:30:24 +00:00
2008-03-17 08:42:43 +00:00
2007-05-31 22:42:12 +00:00
2008-03-02 12:53:15 +00:00
2007-10-29 19:22:13 +00:00
2007-06-12 20:54:54 +00:00
2008-03-02 12:53:15 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>