Re: git: 9b30b96c1fa4 - main - Remove remnants of portsnap(8)
Date: Tue, 30 Apr 2024 18:09:01 UTC
On 4/30/24 6:45 AM, Olivier Certner wrote: > The branch main has been updated by olce: > > URL: https://cgit.FreeBSD.org/src/commit/?id=9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb > > commit 9b30b96c1fa4ee0dfc540878fbb3247bf92d19eb > Author: Olivier Certner <olce@FreeBSD.org> > AuthorDate: 2024-04-22 13:02:46 +0000 > Commit: Olivier Certner <olce@FreeBSD.org> > CommitDate: 2024-04-30 13:44:34 +0000 > > Remove remnants of portsnap(8) > > This was prompted by noticing that '/var/db/portsnap' still exists on > newly-installed machines. > > With this change, all mentions of portsnap(8) in the tree are gone, > except for the historical note in the AUTHORS section of manpage > phttpget(8). > > locate(1) will thus start indexing again '/var/db/portsnap' on machines > where this directory still exists, which may be a good way to push > administrators to delete it. > > Reviewed by: cperciva > Approved by: emaste (mentor) > MFC after: 3 days > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D45023 Should OLD_DIRS+=var/db/portsnap be added to ObsoleteFiles.inc? -- John Baldwin