aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd
Commit message (Collapse)AuthorAgeFilesLines
* main/sysklogd: update checksumsTimo Teräs2010-08-041-1/+1
| | | | (cherry picked from commit 914fd266d027463f905a6539a54a84168c08f4be)
* main/sysklogd: fix rotation of log filesTimo Teräs2010-08-042-4/+5
| | | | fixes #358
* main/sysklogd: automatic configure of service runlevels addedLeonardo Arena2010-08-043-1/+12
| | | | (cherry picked from commit cd8f1d3141e88c3b0e72d3f240f8c17dd297ae28)
* main/sysklogd,busybox-initscripts: start system logger before networkNatanael Copa2009-08-092-3/+4
| | | | fixes #121
* main/sysklogd: use cron to rotate logs rather than logrotateNatanael Copa2009-08-054-13/+99
| | | | | | | | The cronscript parses the syslog.conf and dynamically rotates all configured log files, while logrotate is a static list. This way we avoid needing to update the logrotate script each time you change syslog.conf
* main/sysklogd: fix the package to be usable (fixes #98)Timo Teras2009-08-043-1/+66
| | | | | fix a klogd crash if module symbols cannot be loaded. and add a default configuration file (based on ubuntu one).
* moved extra/* to main/Natanael Copa2009-07-249-0/+560
and fixed misc build issues