aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.daily
Commit message (Collapse)AuthorAgeFilesLines
* main/sysklogd: fix log rotatingNatanael Copa2010-12-091-5/+6
| | | | | ref #408 (cherry picked from commit 1a27133d79e1de4818ccc4323bb7223680e2725c)
* main/sysklogd: fix logrotation scriptNatanael Copa2010-09-021-7/+14
| | | | | | | the syslogd_listfiles didnt handle the --auth option properly. We fix this and make it slightly more readable with -e ref #408
* 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