diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:55 +0100 |
commit | dc6d506d2f82c1f26ac7f2997a73e0315e0092a8 (patch) | |
tree | 7d35031f2f9abb4d06801b76dda44c1f995dbbfd /www-apache | |
parent | sys-power/apcupsd: migrate to tmpfiles.eclass (diff) | |
download | gentoo-dc6d506d2f82c1f26ac7f2997a73e0315e0092a8.tar.gz gentoo-dc6d506d2f82c1f26ac7f2997a73e0315e0092a8.tar.bz2 gentoo-dc6d506d2f82c1f26ac7f2997a73e0315e0092a8.zip |
www-apache/mod_auth_kerb: migrate to tmpfiles.eclass
Closes: https://bugs.gentoo.org/740628
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 'www-apache')
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild index 9094681f3d40..40e71cf95be3 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit apache-module eutils systemd +inherit apache-module eutils tmpfiles DESCRIPTION="An Apache authentication module using Kerberos" HOMEPAGE="http://modauthkerb.sourceforge.net/" @@ -50,5 +50,5 @@ src_compile() { src_install() { apache-module_src_install - systemd_dotmpfilesd "${FILESDIR}/${PN}.conf" + dotmpfiles "${FILESDIR}/${PN}.conf" } |