Date: Sat, 13 Nov 2021 13:21:38 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256483] zfs doesn't automount encrypted datasets Message-ID: <bug-256483-3630-BUDDEe1pRt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256483-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-256483-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256483 Herbert J. Skuhra <herbert@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |herbert@mailbox.org --- Comment #9 from Herbert J. Skuhra <herbert@mailbox.org> --- zfskeys is not listed in libexec/rc/rc.d/Makefile and tools/build/mk/OptionalObsoleteFiles.inc. Test build running... diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 4c7267552526..36b8a91727dc 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -323,6 +323,7 @@ CONFGROUPS+= ZFS ZFS+= zfs ZFS+= zfsbe ZFS+= zfsd +ZFS+= zfskeys ZFS+= zpool ZFS+= zvol ZFSPACKAGE= rc diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 96156a80f2e3..0cfa3428ee21 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1118,8 +1118,9 @@ OLD_FILES+=boot/gptzfsboot OLD_FILES+=boot/zfsboot OLD_FILES+=boot/zfsloader OLD_FILES+=etc/rc.d/zfs -OLD_FILES+=etc/rc.d/zfsd OLD_FILES+=etc/rc.d/zfsbe +OLD_FILES+=etc/rc.d/zfsd +OLD_FILES+=etc/rc.d/zfskeys OLD_FILES+=etc/rc.d/zvol OLD_FILES+=etc/devd/zfs.conf OLD_FILES+=etc/periodic/daily/404.status-zfs -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256483-3630-BUDDEe1pRt>
