Page MenuHomeFreeBSD

stand: Remove obsolete junk
ClosedPublic

Authored by imp on Jul 5 2024, 6:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 22, 12:14 PM
Unknown Object (File)
Wed, Apr 22, 12:07 PM
Unknown Object (File)
Sun, Apr 12, 3:06 PM
Unknown Object (File)
Fri, Apr 10, 11:51 AM
Unknown Object (File)
Tue, Apr 7, 4:05 PM
Unknown Object (File)
Tue, Apr 7, 10:53 AM
Unknown Object (File)
Tue, Apr 7, 7:03 AM
Unknown Object (File)
Mon, Apr 6, 5:08 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.