From nobody Wed Mar 20 08:43:46 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 4V02FB44TNz5FSfS for ; Wed, 20 Mar 2024 08:43:58 +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 4V02FB10HNz4LJ4 for ; Wed, 20 Mar 2024 08:43:57 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1710924229; 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=Nxm8lYomDTDsPu3xsysSP7eubgQkjwQkxWntdGCRmk0=; b=HQjpHMfZLr2WdJUV0RRGFXR3zI5NzrNXHFkuBWBIw398CP+Y542+LEgUkn8n6w0k5Ohba+ hthNP26pjZLYNUenJv7iNGh0XTqDOOXoHPodECmqP5AGmaRTuvwvW7/bL2a5eWI/yywBYI JXOpqPKgoi63KEAeEk2nCkqyHGL4UEI= 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 3bd85594 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 20 Mar 2024 08:43:49 +0000 (UTC) Date: Wed, 20 Mar 2024 09:43:46 +0100 From: Emmanuel Vadot To: Graham Perrin Cc: freebsd-pkgbase@freebsd.org Subject: Re: pkgbase versus /root/.cshrc again (third loss) Message-Id: <20240320094346.8f2811ebe6af540ae12f34fa@bidouilliste.com> In-Reply-To: References: 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-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4V02FB10HNz4LJ4 On Wed, 20 Mar 2024 08:28:03 +0000 Graham Perrin wrote: > On 14/03/2024 02:51, Graham Perrin wrote: > > > > 15.0-CURRENT. Upgraded from *150014 to 1500015*, if that's relevant. > > > > Customisations to=A0 /root/.cshrc were lost. ? > > > Lost again. >=20 > Most recently: as far as I can tell, lost with an upgrade from *1500015=20 > to 1500016*. >=20 > Retrospective: 2024-02-16 00:58 I mentioned a problem with /root/.cshrc=20 > at=20 > .=20 > Reading that alongside=20 > =20 > and my=20 > : >=20 > ? 2024-02-1523:09 was /probably/ my transition from *1500013 to 1500014*. >=20 > I'll temporarily boot 1500013-e and 1500014-a, to confirm. >=20 > (Boot environment 1500014-a was created around two hours before my=20 > comment in Discord.) >=20 > So, do we have a bug that bites only at version number change time? >=20 > I can't find anything matching in Bugzilla ? 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 Emmanuel Vadot