aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/sysklogd: do not try to execute /deV/nullNatanael Copa2010-12-091-1/+1
| | | | (cherry picked from commit bb9ff4307cf8d2fa6b825f32c8134b65eac144c5)
* main/sysklogd: fix log rotatingNatanael Copa2010-12-091-2/+2
| | | | | ref #408 (cherry picked from commit 1a27133d79e1de4818ccc4323bb7223680e2725c)
* main/sysklogd: silence *install scriptsLeonardo Arena2010-12-091-1/+1
| | | | (cherry picked from commit aa9201e29d57bc67d0b989b9cd2dc0e21dcdbdb9)
* main/sysklogd: do not depend on cron serviceNatanael Copa2010-09-071-2/+2
| | | | | to avoid circular dependencies ref #426
* main/sysklogd: fix logrotation scriptNatanael Copa2010-09-021-2/+2
| | | | | | | the syslogd_listfiles didnt handle the --auth option properly. We fix this and make it slightly more readable with -e ref #408
* main/sysklogd: update checksumsTimo Teräs2010-06-111-1/+1
|
* main/sysklogd: fix rotation of log filesTimo Teräs2010-06-111-1/+1
| | | | fixes #358
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/sysklogd: automatic configure of service runlevels addedLeonardo Arena2010-03-051-1/+2
|
* main/sysklogd,busybox-initscripts: start system logger before networkNatanael Copa2009-08-091-2/+2
| | | | fixes #121
* main/sysklogd: use cron to rotate logs rather than logrotateNatanael Copa2009-08-051-4/+8
| | | | | | | | 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-041-1/+6
| | | | | 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-241-0/+50
and fixed misc build issues