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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14386 invoked from network); 14 Jul 2022 21:34:42 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 14 Jul 2022 21:34:42 -0000 Received: from mail-lj1-f178.google.com ([209.85.208.178]) by 9front; Thu Jul 14 17:33:06 -0400 2022 Received: by mail-lj1-f178.google.com with SMTP id u14so3682146ljh.2 for <9front@9front.org>; Thu, 14 Jul 2022 14:33:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:message-id:to:subject:date:in-reply-to:mime-version :content-transfer-encoding; bh=WI9RvXGGY3DWtw3xQ7scYyeSWiiahyH6zzDMyTIlEqo=; b=eTVErJIJ7b6ASFFRpccmhbIB6W/05AYLXurOjal/KRb38SL9XXdlzFFIBkzWBGdE1R pysrC/xuhlpdyNfLh7fxt/+WPOT77p5hp24r3ZV42RxL4bGjMEbVRq6udyeeYBnbFC+c L3g/2BxQmKb9Tk2S044nm0q+vpVgf+1RmxB3PrfbTxLqvN1VjoVlHV76+SdnI/bcaNLr StjIgJqsNstCs2EHw86etYvmriBWRPnd7dlmo/H6QcMVbtZm/lcJrgeIQl68KeAFUaoC o4Mb3W+M3n9EuOixZf1AzkVuY0r3xjAFEFtrz/9En6bYnKRhc2F4k96GQ0eFOUpsjTVV nB1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:message-id:to:subject:date:in-reply-to :mime-version:content-transfer-encoding; bh=WI9RvXGGY3DWtw3xQ7scYyeSWiiahyH6zzDMyTIlEqo=; b=Zx0PCyEaHaIKMIUHTHvRK9cpc9ik8yS6R8wRtxqlI2qmvxvoir33+swI9dbn0VYKk0 Ew5pepHNZP5G8Fq6IlYR76mx5bBi1JqkPODx1jt0MB5jGEj9Kt2d8Y9kq1uLpwF2UnHa EqX/mtYofG1qOPeyI751OHTUr9mm1PHaGb5r0b4EQaHicCTudRtkCTOqR2gRvQFKQ4QL OnwDBVSinmThtqsUXOsEbwYO/pDCr3YBAhMJHgqcJXfboX5VM6uDkcu2ynZ+oNGUTPWB xP0t1E/AkzWw9TDLTGIeKMT5PZNTNzmhxFoXV9Tz40HnzFPLlkdKkdwEat10kafqZPqY w2Yg== X-Gm-Message-State: AJIora8Lm2GpJTlfg7Fp6uhjkEe6b9kzkoMgHL62wKWEyfEmjWECGxED W0gpLNhdh0p/Sq6L37OkG0SiWEow8BH1TA== X-Google-Smtp-Source: AGRyM1umhYwKsoxkGivU+F45+YbnMg0VkcoM2HFMOu1fx4ATjZiR9FYbRstNuxl8UaDOe0/f+GTCaA== X-Received: by 2002:a2e:9695:0:b0:25d:65f9:fb95 with SMTP id q21-20020a2e9695000000b0025d65f9fb95mr5117903lji.302.1657834381355; Thu, 14 Jul 2022 14:33:01 -0700 (PDT) Return-Path: Received: from fe80::56be:f7ff:fe82:18dc ([77.239.233.74]) by smtp.gmail.com with ESMTPSA id c12-20020ac25f6c000000b0047f6fe39bb9sm543395lfc.27.2022.07.14.14.33.00 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Jul 2022 14:33:00 -0700 (PDT) From: an2qzavok@gmail.com X-Google-Original-From: rpa@gmail.com Message-ID: <878F34DBCF56ED8240FDD9CD16077857@gmail.com> To: 9front@9front.org Date: Fri, 15 Jul 2022 00:33:20 +0300 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: immutable information storage Subject: Re: [9front] git: install rc scripts into /rc/bin/git/ Reply-To: 9front@9front.org Precedence: bulk Quoth Jacob Moody : > Did you test this? This doesn't seem like it > would work at all to me. Unions on plan9 are not > deep, if two directories are unioned together > then subdirectories are "either or" based > on if -b or -a was passed. So if you have > both /$objtype/bin/git and /rc/bin/git, > for how /bin is usually binded, one will > take precedence over the other. I indeed did not test this, only checked that `mk install` runs without complaining. I apologize for the noise. (resending this, because I think google ate my previous mail)