Page MenuHomeFreeBSD

ObsoleteFiles.inc: Remove manpages from OLD_FILES
ClosedPublic

Authored by fernape on Jul 7 2021, 3:25 PM.
Tags
None
Referenced Files
F102202395: D31092.diff
Fri, Nov 8, 9:54 PM
Unknown Object (File)
Thu, Oct 17, 1:57 AM
Unknown Object (File)
Oct 8 2024, 8:29 PM
Unknown Object (File)
Oct 5 2024, 10:36 PM
Unknown Object (File)
Oct 5 2024, 8:45 PM
Unknown Object (File)
Oct 3 2024, 5:58 AM
Unknown Object (File)
Oct 2 2024, 8:58 PM
Unknown Object (File)
Oct 1 2024, 1:07 PM

Details

Summary

In 0a0f7486413c147d56808b38055c40c64cff61f5 sconfig.8.gz and apmd.8.gz
were moved back to the parent directory share/man/man8.

This conflicts with a previous entry in OLD_FILES so running make
delete-old would delete the new installed files.

Comment out the relevant lines.

Reported by: marklmi@yahoo.com

Test Plan

After updating at 0a0f7486413c147d56808b38055c40c64cff61f5 or later and after
doing a make installworld, do a make delete-old.
Check that man sconfig and man apmd work.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40372
Build 37261: arc lint + arc unit

Event Timeline

emaste added inline comments.
ObsoleteFiles.inc
14842–14843

Just delete (rather than commenting out), if we re-remove later on they will be added at the top

Remove entries completely.

Suggested by emaste@

fernape added inline comments.
ObsoleteFiles.inc
14842–14843

Thanks!

This revision is now accepted and ready to land.Jul 7 2021, 6:42 PM
This revision was automatically updated to reflect the committed changes.
fernape marked an inline comment as done.