commit: aac398a2b8da81e0d9ab2558e297cf0b293d8c09
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 22:58:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac398a2
net-vpn/tailscale: [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 <sam <AT> gentoo.org>
net-vpn/tailscale/tailscale-1.10.0.ebuild | 4 ++++
net-vpn/tailscale/tailscale-1.2.10-r1.ebuild | 6 +++++-
net-vpn/tailscale/tailscale-1.4.0.ebuild | 6 +++++-
net-vpn/tailscale/tailscale-1.4.1.ebuild | 6 +++++-
net-vpn/tailscale/tailscale-1.4.5.ebuild | 6 +++++-
net-vpn/tailscale/tailscale-1.8.7.ebuild | 4 ++++
6 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/net-vpn/tailscale/tailscale-1.10.0.ebuild
b/net-vpn/tailscale/tailscale-1.10.0.ebuild
index ea23773cceb..e19f4d2e872 100644
--- a/net-vpn/tailscale/tailscale-1.10.0.ebuild
+++ b/net-vpn/tailscale/tailscale-1.10.0.ebuild
@@ -1024,3 +1024,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
diff --git a/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
b/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
index 15d91103c2f..98c2720f023 100644
--- a/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
+++ b/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -253,3 +253,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
diff --git a/net-vpn/tailscale/tailscale-1.4.0.ebuild
b/net-vpn/tailscale/tailscale-1.4.0.ebuild
index 69a4661f9fa..94bf9df62b6 100644
--- a/net-vpn/tailscale/tailscale-1.4.0.ebuild
+++ b/net-vpn/tailscale/tailscale-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -628,3 +628,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
diff --git a/net-vpn/tailscale/tailscale-1.4.1.ebuild
b/net-vpn/tailscale/tailscale-1.4.1.ebuild
index ad770855218..f1c534c69b6 100644
--- a/net-vpn/tailscale/tailscale-1.4.1.ebuild
+++ b/net-vpn/tailscale/tailscale-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -628,3 +628,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
diff --git a/net-vpn/tailscale/tailscale-1.4.5.ebuild
b/net-vpn/tailscale/tailscale-1.4.5.ebuild
index 471f008a117..120700e29cb 100644
--- a/net-vpn/tailscale/tailscale-1.4.5.ebuild
+++ b/net-vpn/tailscale/tailscale-1.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -628,3 +628,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}
diff --git a/net-vpn/tailscale/tailscale-1.8.7.ebuild
b/net-vpn/tailscale/tailscale-1.8.7.ebuild
index d258d589519..7b4248c4540 100644
--- a/net-vpn/tailscale/tailscale-1.8.7.ebuild
+++ b/net-vpn/tailscale/tailscale-1.8.7.ebuild
@@ -307,3 +307,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}d.initd" ${PN}
newconfd "${FILESDIR}/${PN}d.confd" ${PN}
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}