aboutsummaryrefslogtreecommitdiff
path: root/libbb/vinfo_msg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵aldot2006-09-121-5/+1
| | | | | | __va_copy. git-svn-id: svn://busybox.net/trunk/busybox@16107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&vda2006-09-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-1/+1
| | | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@16063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* adding files missed in prev updates (forgot about svn add)vda2006-09-071-0/+30
git-svn-id: svn://busybox.net/trunk/busybox@16061 69ca8d6d-28ef-0310-b511-8ec308f3f277