Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
elog
elog "Sample configuration:"
- elog "${EROOT%/}/usr/share/${MY_PN}"
+ elog "${EROOT}/usr/share/${MY_PN}"
elog
elog "The default pipeline configuration expects the configuration(s) to be found in:"
- elog "${EROOT%/}/etc/logstash/conf.d/*.conf"
+ elog "${EROOT}/etc/logstash/conf.d/*.conf"
}
elog
elog "Sample configuration:"
- elog "${EROOT%/}/usr/share/${MY_PN}"
+ elog "${EROOT}/usr/share/${MY_PN}"
elog
elog "The default pipeline configuration expects the configuration(s) to be found in:"
- elog "${EROOT%/}/etc/logstash/conf.d/*.conf"
+ elog "${EROOT}/etc/logstash/conf.d/*.conf"
}