Re: pkgbase versus /.cshrc

2024-05-26 Thread Emmanuel Vadot
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 + > > Graham Perrin wrote: > > > >> ? > > The problem is that the both /.cshrc and /root/.cshrc aren't tag as > > config file so each time you

pkgbase versus /.cshrc

2024-05-25 Thread Graham Perrin
On 20/03/2024 08:43, Emmanuel Vadot wrote: On Wed, 20 Mar 2024 08:28:03 + 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 hardli

pkgbase versus /.cshrc

2024-03-22 Thread Graham Perrin
On 20/03/2024 08:43, Emmanuel Vadot 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. T