commit:     bd60046a87f7ab385bad0e262cac653739819675
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 05:50:59 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 05:52:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd60046a

sys-fs/zfs: mention zfs-load-key openrc service in 9999

https://github.com/openzfs/zfs/commit/f04b97620059d08b37d9e80ada397e742bb2f311
^ this commit added zfs-load-key service
let's notify users that they may want to add it.

https://github.com/openzfs/zfs/issues/11659
https://github.com/openzfs/zfs/pull/11662
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-fs/zfs/zfs-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 4aae1526e48a..ed3bcd21366d 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -282,6 +282,8 @@ pkg_postinst() {
        else
                [[ -e "${EROOT}/etc/runlevels/boot/zfs-import" ]] || \
                        einfo "You should add zfs-import to the boot runlevel."
+               [[ -e "${EROOT}/etc/runlevels/boot/zfs-load-key" ]] || \
+                       einfo "You should add zfs-load-key to the boot 
runlevel."
                [[ -e "${EROOT}/etc/runlevels/boot/zfs-mount" ]]|| \
                        einfo "You should add zfs-mount to the boot runlevel."
                [[ -e "${EROOT}/etc/runlevels/default/zfs-share" ]] || \

Reply via email to