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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8318 invoked from network); 16 Mar 2023 12:15:59 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 16 Mar 2023 12:15:59 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id A5E05413AD; Thu, 16 Mar 2023 22:15:52 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1678968953; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post; bh=VdM8OB6sq7A7js3/h5GNCFyMgudUaL5Jr/5YFKHH/HY=; b=R02rjNqLPl9E+NnTYGb4ZsD3miT9DI8OYfhGBtUcC7Z1vsOFABfkmJJ+5/B3ijJ3znAdGB EbmmmuE2yY0+Mv6bwRA4VcBjZgugv/Zc4ZBtkEplv7Yn9JY+P1DP0EJI3B5OBEnSxbpft8 S6/QizwmPjIyebbWi+SwVBVveLSzBeI= Received: from bagheera.alchemistowl.org (bagheera.alchemistowl.org [IPv6:2001:1620:ad1::21]) by minnie.tuhs.org (Postfix) with ESMTPS id E8CC041375 for ; Thu, 16 Mar 2023 22:15:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alchemistowl.org; h=x-mailer:references:message-id:content-transfer-encoding:date :date:in-reply-to:from:from:subject:subject:mime-version :content-type:content-type; s=a-b; t=1678968929; bh=VdM8OB6sq7A7 js3/h5GNCFyMgudUaL5Jr/5YFKHH/HY=; b=BaWEyKMRCrmlrMq7OvGXRiXmhXY7 cbqMxxDtATDe7oTE71QxisWEEd/6kToRDjCOYPqswO9F0MOV4FGgyNe/0CCjKLTV Ln1lL69gPV9JUyuO+hFMYTh//k+1nKBCk2uAYj5tFw3y+xB+M0n2bp3Bdwjntnnn TAIhSocfetG5vDk= X-Virus-Scanned: amavisd-new at bagheera.alchemistowl.org Received: from smtpclient.apple (bruma.wg.darkpackets.org [IPv6:2001:1620:ad1:12:0:0:0:103]) (authenticated bits=0) by bagheera.alchemistowl.org (8.17.1.22/8.16.1) with ESMTPSA id 32GCFSSO051583 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Mar 2023 12:15:29 GMT Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.400.51.1.1\)) In-Reply-To: Date: Thu, 16 Mar 2023 13:15:23 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <02FF393E-4CF6-4FCF-B067-214D2F774D41@alchemistowl.org> To: Rudi Blom X-Mailer: Apple Mail (2.3731.400.51.1.1) Message-ID-Hash: VF65EVXBLOY5NILFEYJVI27TZ4K5FTYP X-Message-ID-Hash: VF65EVXBLOY5NILFEYJVI27TZ4K5FTYP X-MailFrom: arrigo@alchemistowl.org 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: segaloco via TUHS , Joseph Holsten X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: OSF/1.0 Sources List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Arrigo Triulzi via TUHS Reply-To: Arrigo Triulzi X-Spam: Yes On 16 Mar 2023, at 10:25, Rudi Blom wrote: > BTW what format do the OSC... 200 archives have so I can 'unpack' them = easily? You install them using setld, as in: setld -l OSC=E2=80=A6=20 (you can have multiple sets in one setld command) To see what is installed: setld -i I assume you don=E2=80=99t need a license for it, otherwise you would = have a so-called PAK file and you=E2=80=99d load it with: lmf register < pakfile lmf load OSF=E2=80=A6 the =E2=80=9Cpakfile=E2=80=9D could be (and was, in academia) a huge = list of licenses which you=E2=80=99d load in one go. Arrigo