Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2EA871A923B for ; Tue, 5 Apr 2022 14:00:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C10E84F82; Tue, 5 Apr 2022 14:00:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7305784F80 for ; Tue, 5 Apr 2022 14:00:03 +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 AT9nA_xDG7U6 for ; Tue, 5 Apr 2022 14:00:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1A0884D3A for ; Tue, 5 Apr 2022 14:00:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADDCAFB24; Tue, 5 Apr 2022 14:00:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164916720220690" MIME-Version: 1.0 Date: Tue, 5 Apr 2022 14:00:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220405140002.ADDCAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164916720220690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Apr 5 14:00:02 UTC 2022 Modified Files: pkgsrc/bootstrap: README.Solaris Log Message: capitalization police To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/bootstrap/README.Solaris Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164916720220690 Content-Disposition: inline Content-Length: 954 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README.Solaris diff -u pkgsrc/bootstrap/README.Solaris:1.24 pkgsrc/bootstrap/README.Solaris:1.25 --- pkgsrc/bootstrap/README.Solaris:1.24 Tue Apr 5 12:38:32 2022 +++ pkgsrc/bootstrap/README.Solaris Tue Apr 5 14:00:02 2022 @@ -1,4 +1,4 @@ -$NetBSD: README.Solaris,v 1.24 2022/04/05 12:38:32 gdt Exp $ +$NetBSD: README.Solaris,v 1.25 2022/04/05 14:00:02 nia Exp $ This README describes pkgsrc on a variety of Solaris-derived operating systems. It corresponds to pkgsrc/platform/SunOS.mk. The relevant @@ -71,7 +71,7 @@ Refer to https://omnios.org/setup/zones General ------ -Sun Solaris and Illumos come by default with a mixed {32,64}-bit +Solaris and illumos come by default with a mixed {32,64}-bit userland. This can include the compiler, which may have shipped as a 32-bit ELF. In this case, the compiler by default will create 32-bit executables and shared libraries, unless told otherwise. --_----------=_164916720220690--