summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-30 23:59:17 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:30:16 +0100
commit4b6fd057b47979a6d444aa79f920c08a3203e7a1 (patch)
tree7aaafc8eacb20b4f5931a88951a2805cd292b7de /sys-cluster
parentsys-cluster/ceph: [QA] call tmpfiles_process in pkg_postinst (diff)
downloadgentoo-4b6fd057b47979a6d444aa79f920c08a3203e7a1.tar.gz
gentoo-4b6fd057b47979a6d444aa79f920c08a3203e7a1.tar.bz2
gentoo-4b6fd057b47979a6d444aa79f920c08a3203e7a1.zip
sys-cluster/slurm: [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@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
index f8a84798d701..f964ff1a8d43 100644
--- a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
+++ b/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
@@ -250,6 +250,8 @@ pkg_postinst() {
done
echo
+ tmpfiles_process slurm.conf
+
elog "Please visit the file '/usr/share/doc/${P}/html/configurator.html"
elog "through a (javascript enabled) browser to create a configureation file."
elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster."