Page MenuHomeFreeBSD

sort {delete,check}-old*
ClosedPublic

Authored by emaste on Oct 22 2018, 6:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 7:31 AM
Unknown Object (File)
Jan 19 2025, 3:26 AM
Unknown Object (File)
Oct 31 2024, 6:16 AM
Unknown Object (File)
Oct 18 2024, 8:12 PM
Unknown Object (File)
Oct 18 2024, 8:12 PM
Unknown Object (File)
Oct 18 2024, 8:11 PM
Unknown Object (File)
Oct 18 2024, 7:52 PM
Unknown Object (File)
Sep 21 2024, 5:48 AM
Subscribers
None

Details

Summary

It is more convenient to review old libraries, files, and directories in order.

Sort check-* after checking for existence of files for efficiency, and because /usr/lib/debug entries are added while iterating over the list.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This seems fine.

As an aside: this code is appallingly slow and needs to be replaced with something that doesn't require 8+ execs per file that might exist.

This revision is now accepted and ready to land.Oct 22 2018, 9:18 PM
This revision was automatically updated to reflect the committed changes.