Received: by mail.netbsd.org (Postfix, from userid 605) id B642C84E70; Mon, 6 Jul 2020 10:25:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EB3384E6E for ; Mon, 6 Jul 2020 10:25:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iU72zmz0BhLu for ; Mon, 6 Jul 2020 10:25:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9A17F84DE1 for ; Mon, 6 Jul 2020 10:25:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 918E8FB28; Mon, 6 Jul 2020 10:25:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159403112933840" MIME-Version: 1.0 Date: Mon, 6 Jul 2020 10:25:29 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200706102529.918E8FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159403112933840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jul 6 10:25:29 UTC 2020 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: bootstrap: Switch SunOS to mksh. Tested in a bulk build on SmartOS, and bootstrap tested on Solaris 9. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159403112933840 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.284 pkgsrc/bootstrap/bootstrap:1.285 --- pkgsrc/bootstrap/bootstrap:1.284 Mon Jul 6 10:21:01 2020 +++ pkgsrc/bootstrap/bootstrap Mon Jul 6 10:25:29 2020 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.284 2020/07/06 10:21:01 jperkin Exp $ +# $NetBSD: bootstrap,v 1.285 2020/07/06 10:25:29 jperkin Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -801,7 +801,7 @@ SunOS) bootstrap_sh=${SH:-/usr/bin/bash} bootstrap_sh_set=set else - need_ksh=yes + need_mksh=yes fi idprog="/usr/xpg4/bin/id" groupsprog="${idprog} -gn" --_----------=_159403112933840--