From owner-freebsd-arch@freebsd.org Sun Jan 27 13:35:32 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 761EA14ABE8D for ; Sun, 27 Jan 2019 13:35:32 +0000 (UTC) (envelope-from lars@e.0x20.net) 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 D5902681B2 for ; Sun, 27 Jan 2019 13:35:31 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9984514ABE86; Sun, 27 Jan 2019 13:35:31 +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 8838A14ABE85 for ; Sun, 27 Jan 2019 13:35:31 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7BE681AD; Sun, 27 Jan 2019 13:35:30 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 34516A57FC; Sun, 27 Jan 2019 14:34:04 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id x0RDY4wB088945; Sun, 27 Jan 2019 14:34:04 +0100 (CET) (envelope-from lars) Date: Sun, 27 Jan 2019 14:34:04 +0100 From: Lars Engels To: "Simon J. Gerraty" Cc: Gleb Popov , arch@freebsd.org, Baptiste Daroussin Subject: Re: Importing mksh in base Message-ID: <20190127133403.GK1267@e.0x20.net> References: <20190125165751.kpcjjncmf7j7maxd@ivaldir.net> <96231.1548545194@kaos.jnpr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <96231.1548545194@kaos.jnpr.net> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.11.1 (2018-12-01) X-Rspamd-Queue-Id: 4B7BE681AD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Sun, 27 Jan 2019 13:35:32 -0000 On Sat, Jan 26, 2019 at 03:26:34PM -0800, Simon J. Gerraty wrote: > Gleb Popov wrote: > > > Are there FreeBSD users that are used to bash? If not, this proposal looks > > ksh not bash. > > I use bash when forced to (due to lack of ksh) > I haven't used csh since '89 and I've been using BSD since '93 > > bapt sounds like mksh is derrived from pdksh, and looks well supported. mksh is a fork of OpenBSD's pdksh. It was forked when a former OpenBSD developer forked MirBSD from OpenBSD and is its standard shell. mksh is also the default shell on Android.