From owner-svn-src-head@freebsd.org Sat Feb 17 05:56:03 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 DCB16F11B9D for ; Sat, 17 Feb 2018 05:56:03 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E1AB68C35 for ; Sat, 17 Feb 2018 05:56:02 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f44.google.com with SMTP id f137so6726868lfe.4 for ; Fri, 16 Feb 2018 21:56:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=owguC/Dhmrnpey46JdAXVaW+rvnGpWPHIeKS/h1Kjq8=; b=P+BDvWyVzN59mvretmDP7g3JLPXKvyz+wqq/C+Vbl9sLBG8w18s3WFalolXDPc7ijf 50Hp+1/6eg1QyeDAPLQydBRwRYnOAliT1A88LUYpzphI2Bo8OgJX0CqGimNl340aZZIz IeiN4EuCf4lK4wdquloUhKFVaILhwmlmClXZip8wlMMrjTCaoVr9rx2jTgbLK1wFv6Aj 4evYF0X2+1t2s/JF2r0YLzy4BUK0yHLdv65dS2vP9fbzusDlYw6mof8wOwem5bK8gFgq SXfzkBkuleoHje6lRhLwPMvqfRohYkM/rrt7hGnLSZkNedLq2U4Qdk0gbGBNxW53hV5h au7A== X-Gm-Message-State: APf1xPCucbLwIedgC5FccTM8os29qvEQlQ5wcmc0azn4mjKxQpsEmKP8 7m68yiSK8r6S/KycU7No3TGGhPON X-Google-Smtp-Source: AH8x225hsRUVU0yykm/d139Fgvy+xMqs76m7xT9DB7+Pw+OT00P3VMDMyv3Qb6sBQT+O7ZtYkAbMQg== X-Received: by 10.25.229.129 with SMTP id i1mr869889lfk.66.1518846961039; Fri, 16 Feb 2018 21:56:01 -0800 (PST) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com. [209.85.215.49]) by smtp.gmail.com with ESMTPSA id t24sm792644lfi.68.2018.02.16.21.56.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Feb 2018 21:56:00 -0800 (PST) Received: by mail-lf0-f49.google.com with SMTP id j193so6756344lfe.0 for ; Fri, 16 Feb 2018 21:56:00 -0800 (PST) X-Received: by 10.25.77.212 with SMTP id a203mt6109770lfb.14.1518846960067; Fri, 16 Feb 2018 21:56:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Fri, 16 Feb 2018 21:55:39 -0800 (PST) In-Reply-To: <201802170553.w1H5rfdW097694@repo.freebsd.org> References: <201802170553.w1H5rfdW097694@repo.freebsd.org> From: Kyle Evans Date: Fri, 16 Feb 2018 23:55:39 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329436 - head/stand/lua Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 17 Feb 2018 05:56:04 -0000 On Fri, Feb 16, 2018 at 11:53 PM, Kyle Evans wrote: > Author: kevans > Date: Sat Feb 17 05:53:41 2018 > New Revision: 329436 > URL: https://svnweb.freebsd.org/changeset/base/329436 > > Log: > stand/lua: Debugging string snuck in... > > Modified: > head/stand/lua/password.lua > With this, I think our lualoader menu is fairly stable as-is. Things should calm down while we sketch out the details of boot environment bits.