From owner-svn-src-all@freebsd.org Sat Dec 12 14:10:16 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A84304B67C9; Sat, 12 Dec 2020 14:10:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CtV0m45pWz3Dg9; Sat, 12 Dec 2020 14:10:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 773222BE2F; Sat, 12 Dec 2020 14:10:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f178.google.com with SMTP id z9so8658341qtn.4; Sat, 12 Dec 2020 06:10:16 -0800 (PST) X-Gm-Message-State: AOAM531PI9kkO+LbYX8UdjOrGqOCn19MIvPSon0wAH9PtrrsU6LERKh5 ZzdLJQX4VSI7jV669el3uA/Qiw5lwwFZ1liZoiM= X-Google-Smtp-Source: ABdhPJxiOcxIWzWtnSrzaHd9y3kzUuYRB/fWHS8ZPnaqLYXSAByncosbVDrF53y9ja42+41+3SEm/Z4w7gmG5NYb3og= X-Received: by 2002:ac8:44cb:: with SMTP id b11mr21879302qto.60.1607782216002; Sat, 12 Dec 2020 06:10:16 -0800 (PST) MIME-Version: 1.0 References: <202012120557.0BC5vgeL098066@repo.freebsd.org> <7FF23CBA-9BF0-4948-B967-0A2CD859A3BB@me.com> In-Reply-To: <7FF23CBA-9BF0-4948-B967-0A2CD859A3BB@me.com> From: Kyle Evans Date: Sat, 12 Dec 2020 08:09:59 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r368575 - head/stand/lua To: Toomas Soome Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 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, 12 Dec 2020 14:10:16 -0000 On Sat, Dec 12, 2020 at 1:35 AM Toomas Soome wrote: > > How about =E2=80=99show-module-options=E2=80=99? > > rgds, > toomas > I missed that one. My 4th is a bit rusty, but it looks like this should just be enumerating over config's local modules table and dumping everything in sight? Thanks, Kyle Evans