Page MenuHomeFreeBSD

stand: Remove obsolete junk
ClosedPublic

Authored by imp on Jul 5 2024, 6:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 20, 3:08 AM
Unknown Object (File)
Jun 23 2025, 1:27 PM
Unknown Object (File)
Jun 23 2025, 7:43 AM
Unknown Object (File)
Jun 22 2025, 9:02 PM
Unknown Object (File)
Jun 21 2025, 7:11 AM
Unknown Object (File)
Jun 19 2025, 3:16 PM
Unknown Object (File)
Jun 18 2025, 1:51 AM
Unknown Object (File)
Jun 17 2025, 11:30 PM

Details

Summary

We long ago changed newvers.sh to make these comments bogus. Remove
them since every single one of them is broken after the $FreeBSD$
removal.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 5 2024, 6:23 PM

Does anything parse this file still, and if so, how does it parse it?

This revision is now accepted and ready to land.Jul 9 2024, 1:55 PM
In D45879#1047007, @jhb wrote:

Does anything parse this file still, and if so, how does it parse it?

Since 1998, i think, we've just looked at the first line starting with a number. And that's only to bake the version into vers.sh.

This revision was automatically updated to reflect the committed changes.