From owner-svn-src-head@freebsd.org Fri Aug 17 12:00:34 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A076106A9E1 for ; Fri, 17 Aug 2018 12:00:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F343F78E59 for ; Fri, 17 Aug 2018 12:00:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 90EE2263A0 for ; Fri, 17 Aug 2018 12:00:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f174.google.com with SMTP id w16-v6so6143596ljh.12 for ; Fri, 17 Aug 2018 05:00:33 -0700 (PDT) X-Gm-Message-State: AOUpUlHoLQhOuZvCL+I8LIgJXOVt2LNOb1qIwnASiaMbJrXa3m6sXNV3 DCpWfm/zmIH48YEQUk9vDaGKTpLfL8w+UCYRaWY= X-Google-Smtp-Source: AA+uWPwQW7fIGknMpWQNiwprFz921B4qeakqAX9AGPKhBYNOSVv97o4KHbF5/T8IadlPG3WLXU6LTTEWYtkjXAtYG3E= X-Received: by 2002:a2e:4055:: with SMTP id n82-v6mr21685146lja.99.1534507232064; Fri, 17 Aug 2018 05:00:32 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Fri, 17 Aug 2018 05:00:11 -0700 (PDT) In-Reply-To: <1534502689.58498.1477263296.0B2F7132@webmail.messagingengine.com> References: <201808170159.w7H1xKLN073536@repo.freebsd.org> <1534502689.58498.1477263296.0B2F7132@webmail.messagingengine.com> From: Kyle Evans Date: Fri, 17 Aug 2018 07:00:11 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337947 - head/sbin/bectl To: Dave Cottlehuber Cc: svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 12:00:34 -0000 On Fri, Aug 17, 2018 at 5:44 AM, Dave Cottlehuber wrote: > On Fri, 17 Aug 2018, at 03:59, Kyle Evans wrote: >> Author: kevans >> Date: Fri Aug 17 01:59:19 2018 >> New Revision: 337947 >> URL: https://svnweb.freebsd.org/changeset/base/337947 >> >> Log: >> bectl(8): ... > > Kyle this is really exciting - great work! > > Is there any plan to MFC this to 11-stable, or is further work needed? > Hi, Thanks! Indeed, I'll likely MFC all of the bectl(8)/libbe(3) bits during the upcoming 12.0 freeze, probably biased towards the middle of the freeze since it's not critical infrastructure but it still needs further testing. Thanks, Kyle Evans