From owner-svn-src-all@freebsd.org Thu Oct 13 07:44:17 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70E91C0F30F; Thu, 13 Oct 2016 07:44:17 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6191F355; Thu, 13 Oct 2016 07:44:15 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA03769; Thu, 13 Oct 2016 10:44:14 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1buagY-000J9d-IY; Thu, 13 Oct 2016 10:44:14 +0300 Subject: Re: svn commit: r307182 - head/etc/rc.d To: "Ngie Cooper (yaneurabeya)" References: <201610130619.u9D6JsMd088686@repo.freebsd.org> <27A78442-3CB6-4245-892B-EFACB3860B38@gmail.com> Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org From: Andriy Gapon Message-ID: Date: Thu, 13 Oct 2016 10:43:18 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <27A78442-3CB6-4245-892B-EFACB3860B38@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 07:44:17 -0000 On 13/10/2016 10:12, Ngie Cooper (yaneurabeya) wrote: > >> On Oct 12, 2016, at 23:19, Andriy Gapon wrote: >> >> Author: avg >> Date: Thu Oct 13 06:19:54 2016 >> New Revision: 307182 >> URL: https://svnweb.freebsd.org/changeset/base/307182 >> >> Log: >> rc.d/zfsbe: a new script designed for boot environment support >> >> Currently zfsbe ensures that subordinate filesystems are mounted at the >> right mount points. >> The script assumes that the subordinate filesystems of a boot environment >> have their canmount property set to noauto, so that they are not >> automatically mounted on boot. Whereas the root filesystem is mounted >> by the kernel, there was nothing to mount its subordinates. >> rc.d/zfsbe fills that gap. >> >> Discussed with: allanjude, will >> MFC after: 3 weeks >> Differential Revision: https://reviews.freebsd.org/D7797 > > I committed the Makefile changes in r307191/r307192. > Cheers! Thank you! Next time I make a change like this I'll make sure to add you as a reviewer :-) -- Andriy Gapon