From nobody Mon May 27 06:28:11 2024 X-Original-To: freebsd-pkgbase@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Vnm1T5DzKz5LbGq for ; Mon, 27 May 2024 06:28:29 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vnm1S4v14z4KDQ for ; Mon, 27 May 2024 06:28:28 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=MsmBydAr; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1716791299; h=from:from: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; bh=0Cr/nCwvWIF3jRDFUyPRGhHibYFlVKYMDo79OaNK5zg=; b=MsmBydAr6jcZ9pgOl1XSExAV1IfEK57rCRAsjfGEHjmiS1FdmdHfQsFDK4O76pO5xjLBSI yQrL+2BWtk8R7Y7gKuggLDwPs4OBu2aixDRZNpQCMiSqD3iawsnZmEufANxIqva7HcfksZ 6SrsuOn7nVhtTtr5yab0PgaKTQsox08= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 5409c245 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 27 May 2024 06:28:19 +0000 (UTC) Date: Mon, 27 May 2024 08:28:11 +0200 From: Emmanuel Vadot To: Graham Perrin Cc: freebsd-pkgbase@freebsd.org Subject: Re: pkgbase versus /.cshrc Message-Id: <20240527082811.1bbf4efc45c310faaad85a4a@bidouilliste.com> In-Reply-To: References: <20240320094346.8f2811ebe6af540ae12f34fa@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.90)[-0.903]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; R_SPF_ALLOW(-0.20)[+ip4:212.83.155.74/32]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_TLS_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEFALL_USER(0.00)[manu]; RCVD_COUNT_ONE(0.00)[1]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-pkgbase@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bidouilliste.com:+] X-Rspamd-Queue-Id: 4Vnm1S4v14z4KDQ Hi Graham, On Sat, 25 May 2024 08:34:57 +0100 Graham Perrin wrote: > On 20/03/2024 08:43, Emmanuel Vadot wrote: > > On Wed, 20 Mar 2024 08:28:03 +0000 > > Graham Perrin wrote: > > > >> ? > > The problem is that the both /.cshrc and /root/.cshrc aren't tag as > > config file so each time you update the package pkg will simply > > overwrite both files (well /.cshrc, /root/.cshrc is a hardlink to it). > > > > I'll try to cook some patch to fix this. >=20 >=20 > Please, when might this be patched? >=20 > Not a selfish plea. >=20 > It is, I think, the final piece of a jigsaw for me; then I can begin=20 > proactively supporting more end users. >=20 > (End result: more testers of CURRENT; more testers of STABLE; and so on.) >=20 > Thanks, and respect > Graham >=20 https://reviews.freebsd.org/D45377 seems to fix the issue for me. Cheers, --=20 Emmanuel Vadot