summaryrefslogtreecommitdiff
path: root/sysklogd/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Patch from Fillod Stephane:Eric Andersen2003-12-191-0/+19
| | | | | | You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update.
* Andreas Mohr writes:Eric Andersen2003-10-221-4/+4
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* Arnd Ben Otto writes:Eric Andersen2003-10-091-0/+8
| | | | | | | | | | | | | | | | | | | Hi Eric I have written a small patch for the Busybox syslogd. With this patch one can limit the size of the messagfile. As soon as the limit is reached the syslogd can rotate or purge the messagefile(s) on his own. There is no necessity to use an external rotatescript. Even if logread does something similar, its very handy to have some messagefile after your box crash. I wrote this patch initial vor BB 0.6x where no cron daemon was avail. Now I adapted it for the new Version and i hope it is still useful. At least I still use it :-) bye Arnd
* The logger utility does not really depend on CONFIG_SYSLOGD,Eric Andersen2003-07-261-5/+4
| | | | | since it can also be used with other syslog daemons -Erik
* Add all the syslogd help textEric Andersen2003-02-281-16/+51
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+48
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik