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=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12306 invoked from network); 15 Jul 2022 01:23:51 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 15 Jul 2022 01:23:51 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Thu Jul 14 21:22:28 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id b68ae2df (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Thu, 14 Jul 2022 18:22:16 -0700 (PDT) Message-ID: <6EF61AF9FF3E184D2CDCADC0183E319A@eigenstate.org> To: 9front@9front.org Date: Thu, 14 Jul 2022 21:22:14 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: configuration pipelining HTTP hardware wrapper Subject: Re: [9front] git: install rc scripts into /rc/bin/git/ Reply-To: 9front@9front.org Precedence: bulk Quoth Stuart Morrow : > On 15/07/2022, umbraticus@prosimetrum.com wrote: > >> Unions on plan9 are not deep > > > > Perhaps this is a good moment to wonder aloud whether > > something like https://git.sr.ht/~kvik/unionfs should > > If it's really so important to keep rc scripts out of /$cputype, there > is another way: > > Let /bin/git be /rc/bin/git. > /$cputype/bin/git doesn't exist; binaries live in aux/git/ (note > trailing slash). > /rc/bin/git is populated with wrapper pointers to the binaries. > The binaries could be modified to be run directly from the #! line. There were a few options I considered to keep rc scripts out of $cputype, none really seemed worth the effort.