From owner-svn-src-head@freebsd.org Mon Nov 5 18:47:19 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 029AF1108BEF; Mon, 5 Nov 2018 18:47:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 67DE46D441; Mon, 5 Nov 2018 18:47:18 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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 06A481AE4B; Mon, 5 Nov 2018 18:47:18 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f177.google.com with SMTP id j4-v6so9009793ljc.12; Mon, 05 Nov 2018 10:47:17 -0800 (PST) X-Gm-Message-State: AGRZ1gLcQO/l8lWpvSvirv+0eFrGyA/ZzJi7E8cUvGVLTp0yFbKnCsSk EvpWcDzd82VdZyzF4Rzx5rzw4uxaECC05YliZzs= X-Google-Smtp-Source: AJdET5ej0Rb8dA7vXM3UYOE2RNt9CaNU1tzWHSdIz4KAeiuyQS9+oYjWfS0d2k5MX2unkkPvuyo3BxZkHfZ1X+P/oEI= X-Received: by 2002:a2e:58b:: with SMTP id 133-v6mr16120545ljf.127.1541443636383; Mon, 05 Nov 2018 10:47:16 -0800 (PST) MIME-Version: 1.0 References: <201811051620.wA5GK74Z078677@repo.freebsd.org> <201811051827.wA5IRO5G092159@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201811051827.wA5IRO5G092159@pdx.rh.CN85.dnsmgr.net> From: Kyle Evans Date: Mon, 5 Nov 2018 12:47:04 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r340152 - head/stand/lua To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 67DE46D441 X-Spamd-Result: default: False [-1.75 / 200.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.92)[-0.915,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; NEURAL_HAM_SHORT(-0.73)[-0.729,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 05 Nov 2018 18:47:19 -0000 On Mon, Nov 5, 2018 at 12:44 PM Rodney W. Grimes wrote: > > > Author: kevans > > Date: Mon Nov 5 16:20:07 2018 > > New Revision: 340152 > > URL: https://svnweb.freebsd.org/changeset/base/340152 > > > > Log: > > lualoader: Add chainload menu entry > > > > MFC after: 4 days > > Please do this a bit sooner so that it makes the next > build on stable/12 which starts in ~72 hours. So maybe > MFC: 2 days? > Will do, since it's a fairly trivial change... I'll plan to put in a request for this and the boot-conf addition Wednesday night or Thursday morning (in GMT-6, for reference). Thanks, Kyle Evans