Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sysklogd: remove GNUism and use POSIX Extended Regular Expressions (EREs) | Nathan Angelacos | 2015-03-12 | 1 | -4/+4 |
| | |||||
* | main/sysklogd: fix log rotating | Natanael Copa | 2010-12-08 | 1 | -5/+6 |
| | | | | ref #408 | ||||
* | main/sysklogd: fix logrotation script | Natanael Copa | 2010-09-02 | 1 | -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 files | Timo Teräs | 2010-06-11 | 1 | -3/+4 |
| | | | | fixes #358 | ||||
* | main/sysklogd: use cron to rotate logs rather than logrotate | Natanael Copa | 2009-08-05 | 1 | -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 |