From 583435fc464ebc2da363b659aa8ed2e38333ad52 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 31 Jul 2021 00:13:51 +0100 Subject: net-dialup/xl2tpd: [QA] call tmpfiles_process in pkg_postinst This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James --- net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild | 4 ++++ net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'net-dialup/xl2tpd') diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild index 672c9d925083..1bfcb77b0089 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild @@ -46,3 +46,7 @@ src_install() { insopts -m 0600 newins doc/l2tp-secrets.sample l2tp-secrets } + +pkg_postinst() { + tmpfiles_process xl2tpd.conf +} diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild index a1825dcc1a53..5821a9c07fe3 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild @@ -46,3 +46,7 @@ src_install() { insopts -m 0600 newins doc/l2tp-secrets.sample l2tp-secrets } + +pkg_postinst() { + tmpfiles_process xl2tpd.conf +} -- cgit v1.2.3-65-gdbad