Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 628558 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-admin/logstash-bin/files/logstash.initd (-1 lines)
Lines 57-63 start_pre() { Link Here
57
	local d
57
	local d
58
	for d in "${LS_INSTALL_DIR}/data" "$(dirname "${pidfile}")" "${LS_LOG_DIR}"; do
58
	for d in "${LS_INSTALL_DIR}/data" "$(dirname "${pidfile}")" "${LS_LOG_DIR}"; do
59
		checkpath -d -o "${LS_USER}":"${LS_GROUP}" -m750 "$d"
59
		checkpath -d -o "${LS_USER}":"${LS_GROUP}" -m750 "$d"
60
		chown -R "${LS_USER}":"${LS_GROUP}" "$d"
61
	done
60
	done
62
61
63
}
62
}
(-)a/app-admin/logstash-bin/logstash-bin-5.4.3-r1.ebuild (-1 / +2 lines)
Lines 54-60 src_install() { Link Here
54
pkg_postinst() {
54
pkg_postinst() {
55
	ewarn "The default user changed from root to ${MY_PN}. If you wish to run as root (for"
55
	ewarn "The default user changed from root to ${MY_PN}. If you wish to run as root (for"
56
	ewarn "example to read local logs), be sure to change LS_USER and LS_GROUP in"
56
	ewarn "example to read local logs), be sure to change LS_USER and LS_GROUP in"
57
	ewarn "${EROOT%/}/etc/conf.d/${MY_PN}"
57
	ewarn "${EROOT%/}/etc/conf.d/${MY_PN}. Please ensure proper	permissions for both input"
58
	ewarn "and output files, including its own logs."
58
	ewarn
59
	ewarn
59
	ewarn "Self installed plugins are removed during Logstash upgrades (Bug #622602)"
60
	ewarn "Self installed plugins are removed during Logstash upgrades (Bug #622602)"
60
	ewarn "Install the plugins via eselect module that will automatically re-install"
61
	ewarn "Install the plugins via eselect module that will automatically re-install"

Return to bug 628558