Page MenuHomeFreeBSD

etcupdate: Prefer POSIX -depth to BSD -d
ClosedPublic

Authored by jrtc27 on Jul 19 2022, 6:18 PM.
Tags
None
Referenced Files
F86573625: D35856.diff
Sat, Jun 22, 10:30 AM
Unknown Object (File)
Tue, Jun 4, 2:25 PM
Unknown Object (File)
Mar 31 2024, 12:16 PM
Unknown Object (File)
Mar 22 2024, 9:43 PM
Unknown Object (File)
Mar 22 2024, 9:43 PM
Unknown Object (File)
Mar 22 2024, 9:43 PM
Unknown Object (File)
Mar 8 2024, 12:30 PM
Unknown Object (File)
Mar 4 2024, 6:12 PM
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