From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 5ce58831 for ; Mon, 31 Dec 2018 06:59:06 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id F22C5AF36B; Mon, 31 Dec 2018 16:59:04 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3DFDBAF364; Mon, 31 Dec 2018 16:58:34 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 69E9AAF364; Mon, 31 Dec 2018 16:58:31 +1000 (AEST) X-Greylist: delayed 329 seconds by postgrey-1.36 at minnie.tuhs.org; Mon, 31 Dec 2018 16:58:31 AEST Received: from fbo-2.mxes.net (fbo-2.mxes.net [205.237.194.111]) by minnie.tuhs.org (Postfix) with ESMTPS id 09C80AF363 for ; Mon, 31 Dec 2018 16:58:31 +1000 (AEST) Received: from smtp-out-1.mxes.net (smtp-out-1.mxes.net [205.237.194.119]) by fbi-2.mxes.lan (Postfix) with ESMTP id EF60D27554 for ; Mon, 31 Dec 2018 01:53:02 -0500 (EST) Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 2D08D27588; Mon, 31 Dec 2018 01:53:00 -0500 (EST) From: To: "'Will Senn'" , "'Doug McIlroy'" References: <201812310228.wBV2SExX021026@tahoe.cs.Dartmouth.EDU> In-Reply-To: Date: Mon, 31 Dec 2018 01:52:55 -0500 Message-ID: <08c301d4a0d5$770791d0$6516b570$@ronnatalie.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIJc5pyW9SNtrQEe2kTAj3opVb4SQIQSuUepR5A0LA= Content-Language: en-us X-Sent-To: X-Sender: ronnatalie.com Subject: Re: [TUHS] Deleted lib1 and lib2 in v6, recoverable? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Not in v6. Showed up in V7. > -----Original Message----- > From: TUHS On Behalf Of Will Senn > Sent: Sunday, December 30, 2018 10:35 PM > To: Doug McIlroy > Cc: tuhs@tuhs.org > Subject: Re: [TUHS] Deleted lib1 and lib2 in v6, recoverable? >=20 >=20 >=20 > On Dec 30, 2018, at 8:28 PM, Doug McIlroy > wrote: >=20 > >> But wasn't it tsort that did the heavy lifting to get things in = order? > > > > An amusing notion. Having written tsort, I can assure you it = couldn't > > lift anything heavy--it used the most naive quadratic algorithm. But > > it was good enough for libc. > > > > Doug >=20 > I don=E2=80=99t see tsort anywhere on the system, is it v7 or an addon = to v6? >=20 > Thanks, >=20 > Will