- update to logstash-1.5.2

- fixup rc script for new installations where the logfiles may not exist yet

from Pavel Korovin
This commit is contained in:
jasper 2015-07-02 18:06:02 +00:00
parent e45f1dbae2
commit 4e8ba8e8e3
4 changed files with 4313 additions and 8015 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.10 2015/06/10 13:25:32 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2015/07/02 18:06:02 jasper Exp $
COMMENT= tool for managing events and logs
V= 1.5.0
REVISION= 2
V= 1.5.2
DISTNAME= logstash-$V
PKGNAME= logstash-${V:S/-/./}
EPOCH= 0
# tarball is a result of 'rake artifact:tar'
MASTER_SITES= http://distfiles.nl/
MASTER_SITES= https://download.elastic.co/logstash/logstash/
MODULES= java \
lang/ruby

View File

@ -1,2 +1,2 @@
SHA256 (logstash-1.5.0.tar.gz) = TUMQcyIeXK3jML3mmhsCMOAz39C0h5M63bumEVq5Tsc=
SIZE (logstash-1.5.0.tar.gz) = 136730168
SHA256 (logstash-1.5.2.tar.gz) = HRgF04g5Kmn1BJs1wXYYY4mn+L9zR8RSjCVe3B+bDWo=
SIZE (logstash-1.5.2.tar.gz) = 91217160

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: logstash.rc,v 1.4 2015/05/17 10:30:59 jasper Exp $
# $OpenBSD: logstash.rc,v 1.5 2015/07/02 18:06:02 jasper Exp $
daemon_user="_logstash"
daemon="${TRUEPREFIX}/logstash/bin/logstash"
@ -15,7 +15,7 @@ rc_reload=NO
# Ensure _logstash can write to the logfile.
# XXX: Remove on upgrade.
rc_pre() {
chown _logstash:_logstash /var/log/logstash/*.log
chown -R _logstash:_logstash /var/log/logstash
}
rc_start() {