Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sysklogd: do not touch runlevels from install scripts | Natanael Copa | 2011-07-20 | 3 | -35/+29 |
| | |||||
* | main/sysklogd: fix the (un)install script | Timo Teräs | 2011-07-07 | 3 | -5/+9 |
| | | | | | | .. to not mangle with rc-update if the logger we expected was not in system startup sequence. Otherwise we might insert ourselves in wrong boot up target. | ||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/sysklogd: do not try to execute /deV/null | Natanael Copa | 2010-12-09 | 2 | -2/+2 |
| | |||||
* | main/sysklogd: fix log rotating | Natanael Copa | 2010-12-08 | 2 | -7/+8 |
| | | | | ref #408 | ||||
* | main/sysklogd: silence *install scripts | Leonardo Arena | 2010-11-24 | 3 | -5/+5 |
| | |||||
* | main/sysklogd: do not depend on cron service | Natanael Copa | 2010-09-07 | 2 | -3/+3 |
| | | | | | to avoid circular dependencies ref #426 | ||||
* | main/sysklogd: fix logrotation script | Natanael Copa | 2010-09-02 | 2 | -9/+16 |
| | | | | | | | 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 checksums | Timo Teräs | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | main/sysklogd: fix rotation of log files | Timo Teräs | 2010-06-11 | 2 | -4/+5 |
| | | | | fixes #358 | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/sysklogd: automatic configure of service runlevels added | Leonardo Arena | 2010-03-05 | 3 | -1/+12 |
| | |||||
* | main/sysklogd,busybox-initscripts: start system logger before network | Natanael Copa | 2009-08-09 | 2 | -3/+4 |
| | | | | fixes #121 | ||||
* | main/sysklogd: use cron to rotate logs rather than logrotate | Natanael Copa | 2009-08-05 | 4 | -13/+99 |
| | | | | | | | | 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 Teras | 2009-08-04 | 3 | -1/+66 |
| | | | | | 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 Copa | 2009-07-24 | 9 | -0/+560 |
and fixed misc build issues |