From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 3F44F2D47F for ; Tue, 27 Aug 2024 20:41:28 +0200 (CEST) Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 9front; Tue Aug 27 14:40:26 -0400 2024 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 43642274A2 for <9front@9front.org>; Tue, 27 Aug 2024 14:40:23 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:date:from:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=euMJQ1DML6Y30rVdo5CVQmioe dzxWwaXNBTZDmtU4BE=; b=wKDkCAIej4mx0Cj2xqQHekdbCfWlXIl2NjsekxHWv ga9LWP9j52ZISvLvy16xPKB8zoRMbb9296Ml8rCpTTxisD92QCvOFdc7/+y0w2zz S+4LxK2SPY8Dmv935JJsCuHQlL5AoI6xU/kpENbUtHmVUJegx+VU96ovMfh7mCzv 4A= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 3BF7B274A1 for <9front@9front.org>; Tue, 27 Aug 2024 14:40:23 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Received: from strider.localdomain (unknown [68.190.196.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 6B45F274A0 for <9front@9front.org>; Tue, 27 Aug 2024 14:40:19 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: To: 9front@9front.org Date: Tue, 27 Aug 2024 11:40:16 -0700 From: Romano MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: CF7742AA-64A3-11EF-A04A-E92ED1CD468F-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: replication wrapper method DOM just-in-time layer Subject: [9front] drawterm lib configuration Reply-To: 9front@9front.org Precedence: bulk I use drawterm from different OSes to connect to my 9front systems and noticed that there's a generic pattern that I usually take in modifying my lib/profile for different clients that I'm drawterm'ing from. I also noticed that the newuser(1) man page's presentation of what is generated for lib/profile was out-dated and not all architectures had underlying 'bin' directories created for the user. So I figured I'd take a stab at updating newuser(1) and its man page to have newuser also create a lib/drawterm directory, with lib/drawterm/default being the corresponding profile for when someone drawterm's in to the system. Here's a link to my attempt in case anyone finds it useful: http://only9fans.com/unobe/patches/4ac3a0224ed9d54818f858fba69c8e94f38f2c12/9front/2235c398fa9e7b48e0c84cda05c6994a14736e55.patch/raw