libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Apr 2018 10:43:54 +0000 (12:43 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 17 Apr 2018 10:43:54 +0000 (12:43 +0200)
commit2aeb201c9751d4ee82978c623310e14b9e831b94
tree3f4d72e70d39889e981de68b56799ee2bf85ce78
parent816d8d7a668b541cee99469edb90e4917ea11c3e
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided

In practice, "wget http://host.com/" always uses port 80.
People explicitly set non-standard ports via options or parameters
("telnet 1.2.3.4 567" or "telnet 1.2.3.4 ftp") instead of modifying
/etc/services.

function                                             old     new   delta
telnet_main                                         1466    1464      -2
rdate_main                                           215     198     -17
fakeidentd_main                                      269     252     -17
parse_url                                            459     392     -67
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-103)           Total: -103 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/Config.src
networking/isrv_identd.c
networking/telnet.c
networking/wget.c
util-linux/rdate.c