Issued at: 2023-09-26
Updated at: 2023-09-26
Synopsis
findutils bug fix update
Description
The findutils packages contain programs to locate files on the system. The find utility searches through a hierarchy of directories looking for files that match a certain set of criteria, such as the file name pattern. The xargs utility builds and executes command lines from standard input arguments.
Bug Fix(es):
* find not obeying option -ignore_readdir_race (BZ#2232514)