freebsd-dev/usr.sbin/etcupdate
Jessica Clarke c5e30fbdb7 etcupdate: Prefer POSIX -depth to BSD -d
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.

Reviewed by:	jhb
Obtained from:	CheriBSD
Differential Revision:	https://reviews.freebsd.org/D35856
2022-08-09 22:57:22 +01:00
..
tests
etcupdate.8 etcupdate: Add a -m flag to change the make binary that's run 2022-08-09 22:56:19 +01:00
etcupdate.sh etcupdate: Prefer POSIX -depth to BSD -d 2022-08-09 22:57:22 +01:00
Makefile
Makefile.depend