Page MenuHomeFreeBSD

etcupdate: Prefer POSIX -depth to BSD -d
ClosedPublic

Authored by jrtc27 on Jul 19 2022, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 2:30 PM
Unknown Object (File)
Fri, Oct 17, 2:38 PM
Unknown Object (File)
Wed, Oct 15, 12:04 PM
Unknown Object (File)
Fri, Oct 10, 4:38 PM
Unknown Object (File)
Fri, Oct 10, 4:38 PM
Unknown Object (File)
Fri, Oct 10, 4:38 PM
Unknown Object (File)
Fri, Oct 10, 11:02 AM
Unknown Object (File)
Sep 20 2025, 4:26 AM
Subscribers

Details

Summary

This is in preparation for building an etcupdate tree on non-FreeBSD
when building release images. The -d option is documented as a
BSD-specific equivalent to the POSIX -depth primary. Whilst GNU find
sort of accepts it in an attempt to be compatible, it still doesn't
permit it coming before the paths, unlike BSD find, and prints a
deprecation warning either way. Thus, use the equivalent POSIX -depth to
ensure it works correctly and without warning everywhere.

Obtained from: CheriBSD

Diff Detail

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