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, May 17, 2:04 AM
Unknown Object (File)
Sat, May 16, 7:46 PM
Unknown Object (File)
Fri, May 15, 5:09 PM
Unknown Object (File)
Fri, May 15, 5:09 PM
Unknown Object (File)
Fri, May 15, 4:59 PM
Unknown Object (File)
Fri, May 15, 4:17 PM
Unknown Object (File)
Fri, May 15, 3:46 AM
Unknown Object (File)
Wed, Apr 29, 1:18 AM

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.