svn 16063

Denis Vlasenko vda.linux at googlemail.com
Sat Sep 9 16:57:38 UTC 2006


On Thursday 07 September 2006 19:45, Rob Landley wrote:
> What if you want to build these applets without syslog support?  What exactly 
> is the point of a config option for syslog support that gets forced on if you 
> select anything that uses syslog support?  (You can only flip this switch 
> when nothing uses it?)

It is CONFIG_FEATURE_SUID brother. :)

If you have no syslog-hungry apps, it helps eliminating
unused calls to syslog() in verror_msg() (and entire syslog()
mess from libc if you build static bbox).

You need not use this option in applets, ever. Only Config.in.
--
vda



More information about the busybox mailing list