aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.daily
Commit message (Collapse)AuthorAgeFilesLines
* main/sysklogd: fix rotation of log filesTimo Teräs2010-06-111-3/+4
| | | | fixes #358
* main/sysklogd: use cron to rotate logs rather than logrotateNatanael Copa2009-08-051-0/+82
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