summaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.daily
Commit message (Collapse)AuthorAgeFilesLines
* main/sysklogd: fix log rotatingNatanael Copa2010-12-081-5/+6
| | | | ref #408
* 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