Implement optional syslog logging using ordinary
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 6 Sep 2006 18:36:50 +0000 (18:36 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 6 Sep 2006 18:36:50 +0000 (18:36 -0000)
commit3538b9a8822421b7c8596a33a917dcf2f99c92b7
tree768c23fe79bb81583de7376a4d744632d888d303
parent5d725462d44268f9a86030daaa6f6396d32f796c
Implement optional syslog logging using ordinary
bb_xx_msg calls, and convert networking/* to it.
The rest of bbox will be converted gradually.
39 files changed:
include/libbb.h
include/usage.h
libbb/Makefile.in
libbb/dump.c
libbb/error_msg.c
libbb/error_msg_and_die.c
libbb/inet_common.c
libbb/setup_environment.c
libbb/verror_msg.c
libbb/vherror_msg.c
libbb/vperror_msg.c
libbb/xfuncs.c
networking/fakeidentd.c
networking/httpd.c
networking/inetd.c
networking/ipcalc.c
networking/libiproute/iproute.c
networking/nameif.c
networking/telnetd.c
networking/traceroute.c
networking/udhcp/arpping.c
networking/udhcp/clientpacket.c
networking/udhcp/clientsocket.c
networking/udhcp/common.c
networking/udhcp/common.h
networking/udhcp/dhcpc.c
networking/udhcp/dhcpd.c
networking/udhcp/files.c
networking/udhcp/leases.c
networking/udhcp/libbb_udhcp.h
networking/udhcp/options.c
networking/udhcp/packet.c
networking/udhcp/pidfile.c
networking/udhcp/script.c
networking/udhcp/serverpacket.c
networking/udhcp/signalpipe.c
networking/udhcp/socket.c
networking/vconfig.c
networking/zcip.c