Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/
Date: Fri, 30 Jul 2021 23:31:16
Message-Id: 1627687811.1a322ececaba226b88e9b6d80adeb1a96d8bc94d.sam@gentoo
1 commit: 1a322ececaba226b88e9b6d80adeb1a96d8bc94d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:57:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a322ece
7
8 net-misc/stunnel: [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 net-misc/stunnel/stunnel-5.58.ebuild | 2 ++
17 net-misc/stunnel/stunnel-5.59.ebuild | 2 ++
18 2 files changed, 4 insertions(+)
19
20 diff --git a/net-misc/stunnel/stunnel-5.58.ebuild b/net-misc/stunnel/stunnel-5.58.ebuild
21 index 611d402d15c..256081a6b48 100644
22 --- a/net-misc/stunnel/stunnel-5.58.ebuild
23 +++ b/net-misc/stunnel/stunnel-5.58.ebuild
24 @@ -92,6 +92,8 @@ pkg_postinst() {
25 chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
26 fi
27
28 + tmpfiles_process stunnel.conf
29 +
30 einfo "If you want to run multiple instances of stunnel, create a new config"
31 einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change "
32 einfo "\'pid= \' with a unique filename. For openrc make a symlink from the"
33
34 diff --git a/net-misc/stunnel/stunnel-5.59.ebuild b/net-misc/stunnel/stunnel-5.59.ebuild
35 index 40631323d41..7f0616ce360 100644
36 --- a/net-misc/stunnel/stunnel-5.59.ebuild
37 +++ b/net-misc/stunnel/stunnel-5.59.ebuild
38 @@ -93,6 +93,8 @@ pkg_postinst() {
39 chmod 0640 "${EROOT}"/etc/stunnel/stunnel.{crt,csr,key,pem}
40 fi
41
42 + tmpfiles_process stunnel.conf
43 +
44 einfo "If you want to run multiple instances of stunnel, create a new config"
45 einfo "file ending with .conf in /etc/stunnel/. **Make sure** you change "
46 einfo "\'pid= \' with a unique filename. For openrc make a symlink from the"