summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:55:59 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:55:59 +0100
commit4830e58e93336ff6975e1c0ca09598818a5971b7 (patch)
treede102adaea1bdbcdd79e41cc24ee7771702ce7e4 /app-antivirus
parentapp-admin/puppetdb: migrate to tmpfiles.eclass (diff)
downloadgentoo-4830e58e93336ff6975e1c0ca09598818a5971b7.tar.gz
gentoo-4830e58e93336ff6975e1c0ca09598818a5971b7.tar.bz2
gentoo-4830e58e93336ff6975e1c0ca09598818a5971b7.zip
app-antivirus/clamav: 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 'app-antivirus')
-rw-r--r--app-antivirus/clamav/clamav-0.102.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-antivirus/clamav/clamav-0.102.4.ebuild b/app-antivirus/clamav/clamav-0.102.4.ebuild
index 41623104ea44..f576d02ce035 100644
--- a/app-antivirus/clamav/clamav-0.102.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.102.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools flag-o-matic systemd
+inherit autotools flag-o-matic systemd tmpfiles
DESCRIPTION="Clam Anti-Virus Scanner"
HOMEPAGE="https://www.clamav.net/"
@@ -118,7 +118,7 @@ src_install() {
newinitd "${FILESDIR}"/clamd.initd-r6 clamd
newconfd "${FILESDIR}"/clamd.conf-r1 clamd
- systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/clamav.conf"
+ dotmpfiles "${FILESDIR}/tmpfiles.d/clamav.conf"
systemd_newunit "${FILESDIR}/clamd_at.service" "clamd@.service"
systemd_dounit "${FILESDIR}/clamd.service"
systemd_dounit "${FILESDIR}/freshclamd.service"