From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13682 invoked from network); 5 Sep 2023 01:08:01 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 5 Sep 2023 01:08:01 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 7A56D41036; Tue, 5 Sep 2023 11:07:55 +1000 (AEST) Received: from lechuck.jsg.id.au (jsg.id.au [193.114.144.202]) by minnie.tuhs.org (Postfix) with ESMTPS id 262F241034 for ; Tue, 5 Sep 2023 11:07:49 +1000 (AEST) Received: from largo.jsg.id.au (largo.jsg.id.au [192.168.1.43]) by lechuck.jsg.id.au (OpenSMTPD) with ESMTPS id 31638cd3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 5 Sep 2023 11:07:46 +1000 (AEST) Received: from localhost (largo.jsg.id.au [local]) by largo.jsg.id.au (OpenSMTPD) with ESMTPA id 877c35fe; Tue, 5 Sep 2023 11:07:46 +1000 (AEST) Date: Tue, 5 Sep 2023 11:07:46 +1000 From: Jonathan Gray To: Norman Wilson Message-ID: References: <9A989054DE79CE5059CBA74797391E39.for-standards-violators@oclsc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9A989054DE79CE5059CBA74797391E39.for-standards-violators@oclsc.org> Message-ID-Hash: CE3XNTTDDKXP6BCLXK74I22ZSN5OFQ6Y X-Message-ID-Hash: CE3XNTTDDKXP6BCLXK74I22ZSN5OFQ6Y X-MailFrom: jsg@jsg.id.au X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Unix install & "standalone" package List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, Sep 04, 2023 at 10:44:21AM -0400, Norman Wilson wrote: > I don't remember any special many-programs-in-one binary > like busybox in any Unix from the days when Unix was simple > enough for me to understand. That covers the entire lifetime > of the Research systems, but also System V and the BSDs and > their sundry offspring up into at least the 1990s. > > I'm pretty sure OpenBSD at least still has nothing like > busybox. The nearest thing was to make sure certain programs look at ls -i output on the install media/bsd.rd https://man.openbsd.org/crunchgen.8 Added to FreeBSD and NetBSD in 1994.