Add CONFIG_FEATURE_SYSLOG which controls whether
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 7 Sep 2006 06:02:39 +0000 (06:02 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 7 Sep 2006 06:02:39 +0000 (06:02 -0000)
commit049d6b8c0812b20c024d714a9008cc94713a6175
treeaf95f506cc36561eef6204a1bd915bc0467cdc24
parentb7d8dd9ab18c5001b5a86127c94a07e3ee0125c7
Add CONFIG_FEATURE_SYSLOG which controls whether
bb_xx_msg will ever try to send output to syslog.
Add "select CONFIG_FEATURE_SYSLOG" to relevant applets.
This allows to omit syslog code if we do not have
any syslog-capable applets in the build.
Config.in
init/Config.in
libbb/verror_msg.c
libbb/vinfo_msg.c
loginutils/Config.in
miscutils/Config.in
networking/Config.in
networking/udhcp/Config.in
sysklogd/Config.in