Page MenuHomeFreeBSD

ObsoleteFiles.inc: Remove manpages from OLD_FILES
ClosedPublic

Authored by fernape on Jul 7 2021, 3:25 PM.
Tags
None
Referenced Files
F169208382: D31092.id91937.diff
Mon, Aug 31, 8:24 PM
F169153927: D31092.id91943.diff
Mon, Aug 31, 2:58 PM
F169102549: D31092.id.diff
Mon, Aug 31, 10:22 AM
F169041471: D31092.id91950.diff
Mon, Aug 31, 5:30 AM
Unknown Object (File)
Sun, Aug 30, 11:03 PM
Unknown Object (File)
Sat, Aug 29, 1:17 PM
Unknown Object (File)
Fri, Aug 28, 11:56 PM
Unknown Object (File)
Fri, Aug 28, 11:55 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.