Re: svn commit: r307191 - head/etc/rc.d

2016-10-13 Thread Andriy Gapon
On 13/10/2016 10:10, Ngie Cooper wrote:
> Author: ngie
> Date: Thu Oct 13 07:10:27 2016
> New Revision: 307191
> URL: https://svnweb.freebsd.org/changeset/base/307191
> 
> Log:
>   Install etc/rc.d/zfsbe when MK_ZFS != no
>   
>   X-MFC with: r307182
>   Sponsored by:   Dell EMC Isilon

Oh!  Thank you!

> Modified:
>   head/etc/rc.d/Makefile
> 
> Modified: head/etc/rc.d/Makefile
> ==
> --- head/etc/rc.d/MakefileThu Oct 13 07:02:54 2016(r307190)
> +++ head/etc/rc.d/MakefileThu Oct 13 07:10:27 2016(r307191)
> @@ -314,6 +314,7 @@ FILES+=   wpa_supplicant
>  .if ${MK_ZFS} != "no"
>  FILESGROUPS+=ZFS
>  ZFS+=zfs
> +ZFS+=zfsbe
>  ZFS+=zfsd
>  ZFS+=zvol
>  ZFSPACKAGE=  zfs
> 


-- 
Andriy Gapon
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r307191 - head/etc/rc.d

2016-10-13 Thread Ngie Cooper
Author: ngie
Date: Thu Oct 13 07:10:27 2016
New Revision: 307191
URL: https://svnweb.freebsd.org/changeset/base/307191

Log:
  Install etc/rc.d/zfsbe when MK_ZFS != no
  
  X-MFC with:   r307182
  Sponsored by: Dell EMC Isilon

Modified:
  head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==
--- head/etc/rc.d/Makefile  Thu Oct 13 07:02:54 2016(r307190)
+++ head/etc/rc.d/Makefile  Thu Oct 13 07:10:27 2016(r307191)
@@ -314,6 +314,7 @@ FILES+= wpa_supplicant
 .if ${MK_ZFS} != "no"
 FILESGROUPS+=  ZFS
 ZFS+=  zfs
+ZFS+=  zfsbe
 ZFS+=  zfsd
 ZFS+=  zvol
 ZFSPACKAGE=zfs
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"