diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:35 +0100 |
commit | c4f59a7592456eb6d55c8cc78024ed5b455076f7 (patch) | |
tree | e7849f2150587377c6b87c11c9afd1bdbd00d8cc /net-analyzer/prelude-correlator | |
parent | net-analyzer/fail2ban: migrate to tmpfiles.eclass (diff) | |
download | gentoo-c4f59a7592456eb6d55c8cc78024ed5b455076f7.tar.gz gentoo-c4f59a7592456eb6d55c8cc78024ed5b455076f7.tar.bz2 gentoo-c4f59a7592456eb6d55c8cc78024ed5b455076f7.zip |
net-analyzer/prelude-correlator: 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-correlator')
-rw-r--r-- | net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild b/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild index de3be1539441..fda7b5819ad3 100644 --- a/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild +++ b/net-analyzer/prelude-correlator/prelude-correlator-5.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 systemd +inherit distutils-r1 systemd tmpfiles DESCRIPTION="Real time correlator of events received by Prelude Manager" HOMEPAGE="https://www.prelude-siem.org" @@ -23,7 +23,7 @@ src_install() { distutils-r1_src_install systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newtmpfilesd "${FILESDIR}/${PN}.run" "${PN}.conf" + newtmpfiles "${FILESDIR}/${PN}.run" "${PN}.conf" newinitd "${FILESDIR}/${PN}.initd" "${PN}" } diff --git a/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild b/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild index 77266529278d..a221663e02af 100644 --- a/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild +++ b/net-analyzer/prelude-correlator/prelude-correlator-5.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 systemd +inherit distutils-r1 systemd tmpfiles DESCRIPTION="Real time correlator of events received by Prelude Manager" HOMEPAGE="https://www.prelude-siem.org" @@ -30,7 +30,7 @@ src_install() { keepdir /var/spool/prelude/prelude-correlator systemd_dounit "${FILESDIR}/${PN}.service" - systemd_newtmpfilesd "${FILESDIR}/${PN}.run" "${PN}.conf" + newtmpfiles "${FILESDIR}/${PN}.run" "${PN}.conf" newinitd "${FILESDIR}/${PN}.initd" "${PN}" } |