Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2021 17:07:55 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c88c1274ca0c - stable/13 - rc: Hook zfskeys to the build
Message-ID:  <202112051707.1B5H7tG6096804@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c88c1274ca0c60ac2cd0dd3112110b1da0025075

commit c88c1274ca0c60ac2cd0dd3112110b1da0025075
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-29 15:13:09 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-12-05 17:07:41 +0000

    rc: Hook zfskeys to the build
    
    Reviewed by:    allanjude
    Approved by:    allanjude (src)
    MFC after:      3 days
    Sponsored by:   Modirum MDPay
    Differential Revision:  https://reviews.freebsd.org/D33230
    
    (cherry picked from commit bfb7a31b6a22f4a2c6fb9881bd1e3ae7523a2290)
---
 libexec/rc/rc.d/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index ed4827a10226..9825edc5f78e 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -321,6 +321,7 @@ CONFGROUPS+=	ZFS
 ZFS+=		zfs
 ZFS+=		zfsbe
 ZFS+=		zfsd
+ZFS+=		zfskeys
 ZFS+=		zpool
 ZFS+=		zvol
 ZFSPACKAGE=	rc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112051707.1B5H7tG6096804>