aboutsummaryrefslogtreecommitdiffstats
path: root/testing/logstash
Commit message (Collapse)AuthorAgeFilesLines
* testing/logstash: update to 5.2.2 / use supervise-daemonStuart Cardall2017-03-246-63/+144
| | | | | | adds service supervision with OpenRC's builtin supervise-daemon logstash/bin added to $PATH take ownership
* testing/logstash: do not deluser in post-deinstallJakub Jirutka2017-03-082-7/+2
| | | | | | This is very bad practice, we can't know if the package user has been originally created by apk or by the user and if the user needs it or not.
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-2/+2
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* testing/logstash: new aportSteeve Chailloux2015-04-165-0/+103
http://logstash.net A flexible, open source, data collection, parsing and enrichment pipeline Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>