mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
mail-filter/opendkim: 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>
This commit is contained in:
committed by
David Seifert
parent
937db54419
commit
01ac8b4be8
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -119,7 +119,7 @@ src_install() {
|
||||
dosbin stats/opendkim-reportstats
|
||||
|
||||
newinitd "${S}/contrib/OpenRC/opendkim.openrc" "${PN}"
|
||||
systemd_newtmpfilesd "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
newtmpfiles "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
systemd_newunit "contrib/systemd/opendkim.service" "${PN}.service"
|
||||
|
||||
dodir /etc/opendkim
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -123,7 +123,7 @@ src_install() {
|
||||
dosbin stats/opendkim-reportstats
|
||||
|
||||
newinitd "${S}/contrib/OpenRC/opendkim.openrc" "${PN}"
|
||||
systemd_newtmpfilesd "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
newtmpfiles "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
systemd_newunit "contrib/systemd/opendkim.service" "${PN}.service"
|
||||
|
||||
dodir /etc/opendkim
|
||||
|
||||
@@ -147,7 +147,7 @@ src_install() {
|
||||
dosbin stats/opendkim-reportstats
|
||||
|
||||
newinitd "${S}/contrib/OpenRC/opendkim.openrc" "${PN}"
|
||||
systemd_newtmpfilesd "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
newtmpfiles "${S}/contrib/systemd/opendkim.tmpfiles" "${PN}.conf"
|
||||
systemd_newunit "contrib/systemd/opendkim.service" "${PN}.service"
|
||||
|
||||
dodir /etc/opendkim
|
||||
|
||||
Reference in New Issue
Block a user