From owner-svn-src-all@freebsd.org Sat Feb 17 05:56:03 2018 Return-Path: Delivered-To: svn-src-all@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 DCA4BF11B9C for ; Sat, 17 Feb 2018 05:56:03 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) (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 1B06868C36 for ; Sat, 17 Feb 2018 05:56:02 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f51.google.com with SMTP id v9so4719471lfa.11 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=jXpgYnC/Jg1+PapDhTq7eimRORtVm4xk5btEO89l7WPkLy+QCKaqCpuWQz1y4kPIBI 25KMpcRcj4EoJniNQZwdJpShhZ6I6ANKnHkg6aFyA7UhOx0ROExrsoayYP6dja/3qBrA YDqfKKiVp1BLepX8b46OoaP3Ixu0tLM3XYg+FqFCRFcB//SHtBHax0mbUOm8/0FQi85+ yLgTJC5zOn4tgVQJitxWfrETAC2cfw3o3FDcLNiyRD3+3ndF/Du3ZW3PUvFMBwlp0TP0 VbVUfQOODw9ozLHPNwIkPN/fa7o5TsW5wKWwl9LiF7cBL0fwIwRqs9SBzeFXY9eNZ+uf x7iQ== X-Gm-Message-State: APf1xPBiMAEgpDU1bxY87xuHsg+1CfHVGB2AJW3NRZMgJAf/Re/D9mSc 5CQYB4uFmJ6qm/K1xWIUWfbJuGQh X-Google-Smtp-Source: AH8x2276K4ugv4+UVyxbFFcc9rm9nLU64w+wq15wS0Bx4j29eNv2fnORH3lZOHCxcYfKft8BFNF8rQ== X-Received: by 10.25.150.78 with SMTP id y75mr5848757lfd.81.1518846960950; Fri, 16 Feb 2018 21:56:00 -0800 (PST) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com. [209.85.215.50]) by smtp.gmail.com with ESMTPSA id w8sm1546982lje.75.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-f50.google.com with SMTP id t204so4074366lff.9 for ; Fri, 16 Feb 2018 21:56:00 -0800 (PST) X-Received: by 10.25.77.212 with SMTP id a203mt6109769lfb.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-all@freebsd.org X-Mailman-Version: 2.1.25 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: 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.