From 5b143fd96f2da703b4f79d7ff4eb5a2bc39c23f4 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 13 Oct 2016 07:10:27 +0000 Subject: [PATCH] Install etc/rc.d/zfsbe when MK_ZFS != no X-MFC with: r307182 Sponsored by: Dell EMC Isilon --- etc/rc.d/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 9ad9f91ee756..ad43a20a268f 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -314,6 +314,7 @@ FILES+= wpa_supplicant .if ${MK_ZFS} != "no" FILESGROUPS+= ZFS ZFS+= zfs +ZFS+= zfsbe ZFS+= zfsd ZFS+= zvol ZFSPACKAGE= zfs