Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-09 | Arnd Ben Otto writes: | Eric Andersen | |
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 | |||
2003-07-26 | The logger utility does not really depend on CONFIG_SYSLOGD, | Eric Andersen | |
since it can also be used with other syslog daemons -Erik | |||
2003-02-28 | Add all the syslogd help text | Eric Andersen | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
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 |