commit: bbf4c7e032ea50a9ed3257fa3743abf2679c8485
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 23:14:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf4c7e0
net-mail/fetchmail: [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-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 ++
net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 ++
net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index dfd0275cfb0..e2ab38dd186 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -98,6 +98,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."
diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 14870c0aa04..3da9426438a 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -98,6 +98,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."
diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
index 2a9b14181a0..80f96706c30 100644
--- a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
+++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
@@ -101,6 +101,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."