Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/vdradmin-am/
Date: Fri, 30 Jul 2021 23:31:21
Message-Id: 1627687820.6faf7ae088245853aa3a1e2f8ea1f633acb47ea7.sam@gentoo
1 commit: 6faf7ae088245853aa3a1e2f8ea1f633acb47ea7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 23:15:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf7ae0
7
8 www-misc/vdradmin-am: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild
20 index 7ceb43a448d..d4dfe74d614 100644
21 --- a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild
22 +++ b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild
23 @@ -142,6 +142,8 @@ pkg_preinst() {
24 }
25
26 pkg_postinst() {
27 + tmpfiles_process vdradmind.conf
28 +
29 if use ipv6; then
30 elog
31 elog "To make use of the ipv6 protocol"