diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:38 +0100 |
commit | 42f2b62e5419ea1c36d1fc795b92dfb4cb769b03 (patch) | |
tree | 699126466573fd0a60b01147f96374e2064d7d61 /net-analyzer/prelude-lml | |
parent | net-analyzer/prelude-correlator: migrate to tmpfiles.eclass (diff) | |
download | gentoo-42f2b62e5419ea1c36d1fc795b92dfb4cb769b03.tar.gz gentoo-42f2b62e5419ea1c36d1fc795b92dfb4cb769b03.tar.bz2 gentoo-42f2b62e5419ea1c36d1fc795b92dfb4cb769b03.zip |
net-analyzer/prelude-lml: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/prelude-lml')
-rw-r--r-- | net-analyzer/prelude-lml/prelude-lml-5.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/prelude-lml/prelude-lml-5.1.0.ebuild b/net-analyzer/prelude-lml/prelude-lml-5.1.0.ebuild index 2d2d40b4db58..d397625a92db 100644 --- a/net-analyzer/prelude-lml/prelude-lml-5.1.0.ebuild +++ b/net-analyzer/prelude-lml/prelude-lml-5.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools systemd +inherit autotools systemd tmpfiles DESCRIPTION="The prelude log analyzer" HOMEPAGE="https://www.prelude-siem.org" @@ -53,7 +53,7 @@ src_install() { find "${D}" -name '*.la' -delete || die systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newtmpfilesd "${FILESDIR}/${PN}.run" "${PN}.conf" + newtmpfiles "${FILESDIR}/${PN}.run" "${PN}.conf" newinitd "${FILESDIR}/${PN}.initd" "${PN}" } |