Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sysklogd: Apply diffs that weren't applied since modernization. | Przemyslaw Pawelczyk | 2017-11-27 | 5 | -9/+9 |
| | | | | | | | | APKBUILD modernization commit 9c2d3b2f6b2eb35dc349ef1eeafac6bedef96ec0 didn't take into account that only *.patch files are applied by default by abuild. We may improve abuild behavior in future (possibly after releasing Alpine Linux 3.7), but for now let's rename patches from *.diff to *.patch. | ||||
* | main/sysklogd: do not use test suite that forces OOPS on purpose | A. Wilcox | 2017-08-28 | 1 | -2/+3 |
| | |||||
* | main/sysklogd: modernize abuild | tmpfile | 2017-06-09 | 1 | -45/+6 |
| | |||||
* | main/sysklogd: upgrade to 1.5.1 | Sören Tempel | 2016-01-23 | 1 | -5/+6 |
| | | | | This includes a bug fix against invalid PRI values (CVE-2014-3634). | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/sysklogd: remove GNUism and use POSIX Extended Regular Expressions (EREs) | Nathan Angelacos | 2015-03-12 | 2 | -8/+8 |
| | |||||
* | main/sysklogd: linux-headers build fix | Natanael Copa | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | main/sysklogd: rebuild against fixed musl-dev | Timo Teräs | 2014-06-21 | 1 | -1/+1 |
| | | | | fixes random crashes caused by aliasing violation in musl syslog.h | ||||
* | main/sysklogd: update init.d script | Natanael Copa | 2014-06-19 | 2 | -15/+11 |
| | | | | | | import from gentoo remove vserver specifics, use --signal for reload | ||||
* | main/sysklogd: fix musl build | Timo Teräs | 2013-10-10 | 2 | -0/+150 |
| | |||||
* | main/sysklogd: replace opts in init.d script | Natanael Copa | 2012-01-19 | 2 | -4/+4 |
| | | | | ref #943 | ||||
* | 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 |