Page MenuHomeFreeBSD

etc: remove leftover leading empty comments, blank lines
ClosedPublic

Authored by karels on Aug 22 2023, 12:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 10, 1:50 PM
Unknown Object (File)
Apr 11 2024, 7:13 PM
Unknown Object (File)
Apr 11 2024, 2:53 PM
Unknown Object (File)
Apr 11 2024, 6:13 AM
Unknown Object (File)
Mar 12 2024, 5:16 PM
Unknown Object (File)
Mar 8 2024, 9:01 AM
Unknown Object (File)
Jan 12 2024, 2:58 AM
Unknown Object (File)
Jan 10 2024, 4:35 AM
Subscribers
None

Details

Summary

Remove leftover empty leading comments/blank lines that had been
spacers between $FreeBSD$ and the following content in config files
in src/etc.

Diff Detail

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

Event Timeline

karels created this revision.

I'm not sure all of these should go... lemme check history first

Not sure about the specific ones I flagged, mostly because of trailing '#' lines.
These comments weren't in 4.4BSD and when FreeBDS added comments,
we went from a single # $Id:$ line to that, a blank # line, the comment and
a trailing # line. Weak surmise is that the leading and trailing # were intended.
But I'm not that excited either way.

The rest are fine, no question.

etc/mail/access.sample
2 ↗(On Diff #126370)

I think this one should stay given the trailing #

etc/mail/mailer.conf
2 ↗(On Diff #126370)

ditto

etc/mail/mailertable.sample
2 ↗(On Diff #126370)

ditto

etc/mail/virtusertable.sample
2 ↗(On Diff #126370)

ditto

etc/mtree/BSD.debug.dist
2 ↗(On Diff #126370)

ditto for all the etc/mtree stuff

This revision is now accepted and ready to land.Aug 22 2023, 5:34 PM
etc/mtree/BSD.debug.dist
2 ↗(On Diff #126370)

Does that include mtree/Makefile and mtree/README? Both had leading blank lines.

etc/mtree/BSD.debug.dist
2 ↗(On Diff #126370)

Does that include mtree/Makefile and mtree/README? Both had leading blank lines.

No. Those look like they should be removed imho.