diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-17 16:57:37 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-09-06 16:12:53 +0200 |
commit | e91799a1c749140ca27b1c198c6fc9a2e8bf2209 (patch) | |
tree | cd5d0bbad18a3471979221c576afd65a0ef7912e /sys-cluster/drbd-utils | |
parent | dev-lang/spidermonkey: add patch to build on Linux/RISC-V (diff) | |
download | gentoo-e91799a1c749140ca27b1c198c6fc9a2e8bf2209.tar.gz gentoo-e91799a1c749140ca27b1c198c6fc9a2e8bf2209.tar.bz2 gentoo-e91799a1c749140ca27b1c198c6fc9a2e8bf2209.zip |
sys-cluster/drbd-utils: Add missing tmpfiles_process call
* Revbump due to inheriting tmpfiles eclass which adds
virtual/tmpfiles as a RDEPEND
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/22014
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'sys-cluster/drbd-utils')
-rw-r--r-- | sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild (renamed from sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild b/sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild index f8a1b38d22fc..d080591f8106 100644 --- a/sys-cluster/drbd-utils/drbd-utils-9.15.1-r1.ebuild +++ b/sys-cluster/drbd-utils/drbd-utils-9.15.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools bash-completion-r1 udev +inherit autotools bash-completion-r1 tmpfiles udev DESCRIPTION="mirror/replicate block-devices across a network-connection" SRC_URI="https://www.linbit.com/downloads/drbd/utils/${P}.tar.gz" @@ -93,6 +93,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process drbd.conf + einfo einfo "Please copy and gunzip the configuration file:" einfo "from /usr/share/doc/${PF}/${PN/-utils/}.conf.example.bz2 to /etc/${PN/-utils/}.conf" |