From owner-freebsd-arch@freebsd.org Sat Jan 26 00:22:17 2019 Return-Path: Delivered-To: freebsd-arch@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 60C7414A6A00 for ; Sat, 26 Jan 2019 00:22:17 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BA629828AC for ; Sat, 26 Jan 2019 00:22:16 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7D88114A69FF; Sat, 26 Jan 2019 00:22:16 +0000 (UTC) Delivered-To: arch@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 583F814A69FE for ; Sat, 26 Jan 2019 00:22:16 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) (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)) by mx1.freebsd.org (Postfix) with ESMTPS id C021B828A5; Sat, 26 Jan 2019 00:22:15 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by mail-wr1-x42d.google.com with SMTP id z5so12060246wrt.11; Fri, 25 Jan 2019 16:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=yvqs4R3x2V1K6DpzQEPXhRCx9os2fj5/j4OQzLrj1xc=; b=Tnffm+g3gOObBrNJr7bg/308T9+CUiN7cwI/8fhN3tQ88YQW+5tN7uTYFOK0gEjeGt K79s1zOYyRiMEErjiLkRMcHZnDWPJxVVVi7RHgRwbej6NqmtEPO8B6z6LPiM1LHa5clE /3UAwKK3yWhzRIzrhdHhNPMUd1+bTPLlr6fZT79w+1q8rReHwz5nhYXVW+EoiKmPSAfU 2ubo5HbuKB0v/ekpwmjykRqb4V6mpKJNiMwUOtZHfi0AisqqyF8qZD1/AHRl/pWNYJ1V qdIdtAVRM4NTdy2zFj1qwRUAMGhk7h8xqJL+HEYN7WkFKZsKh3xTe8p3UWveuQt0oF+4 j/Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=yvqs4R3x2V1K6DpzQEPXhRCx9os2fj5/j4OQzLrj1xc=; b=dkldcOJ6A/2TXnrxn1z6sYE86xQu3y/CdCjtKy+9IaprKPNPbzOJspBHcIVRywYD1Q jN/u5CHAIUrKbFhVHDlK26GKPgoct5gSAoiDZO+jOIX+bPEJF6lpF9QDC3dPDn2Qh22l ZByD3yoF8M+J5v2d9X4wsfX6dC0mvA6PQgEisWl/AHFapk8s96bv25UnO/TIu0RWXC4/ 4KJUG93+rc7jCA5qqltOGcUA6CyS2IATSxdP6edVszOAIFGbVUTv+QANnzQ2+BtQY6v3 ihxjgnJturKpXmm7FZWro2kK/FdQ5rn1f0ll7LV+hH0oSN+tf6o3h2u5SKmNkTKH8mh+ S9Ow== X-Gm-Message-State: AJcUukfThFC+WVxnpci4U71S2aOdhWZCPJJOWQScsApewxkbUGVyjGuN 61KQXHFh01u1YrARkdEyG0eYXqZd X-Google-Smtp-Source: ALg8bN4u8eWCHvmybVNM1GvA0pubIII0x535PymCuuEHojU58k3Dgkua5eleA64nfvDIdbFb3nvQlw== X-Received: by 2002:adf:9361:: with SMTP id 88mr12998864wro.204.1548462133726; Fri, 25 Jan 2019 16:22:13 -0800 (PST) Received: from v2 (cpc92302-cmbg19-2-0-cust461.5-4.cable.virginm.net. [82.1.209.206]) by smtp.gmail.com with ESMTPSA id v6sm97807136wrd.88.2019.01.25.16.22.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 Jan 2019 16:22:12 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Fri, 25 Jan 2019 09:22:58 +0000 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Daniel Eischen Cc: Bruce Evans , arch@freebsd.org, Baptiste Daroussin , Gleb Popov Subject: Re: Importing mksh in base Message-ID: <20190125092258.GA26635@v2> Mail-Followup-To: Daniel Eischen , Bruce Evans , arch@freebsd.org, Baptiste Daroussin , Gleb Popov References: <20190125165751.kpcjjncmf7j7maxd@ivaldir.net> <20190126064128.Y872@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: C021B828A5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2019 00:22:17 -0000 On 0125T1515, Daniel Eischen wrote: > > > On Jan 25, 2019, at 2:53 PM, Bruce Evans wrote: > > > > I have used /bin/bash as the root shell for more about 20 years. The > > currently install version is slightly newer -- only about 15 years old > > (bash-1.14.7(1) installed by mv'ing it from /usr/local/bin where some > > port put it. > > Just picking a recent post to reply to... > > I've used bash on FreeBSD as the default shell for many years, ever since it became a port. But I don't change root's shell, because I don't want it pointing off to /usr/local. If there were a base bash-like shell, I'd use it so long as it had tab completion and up/down arrow for history recall. FWIW, our current sh(1) already provides that, with the caveat that the completion works fine for paths, but not quite for commands themselves.