freebsd-src icon indicating copy to clipboard operation
freebsd-src copied to clipboard

mv: Set file flags after setting file times

Open ricardobranco777 opened this issue 11 months ago • 0 comments

Certain file flags prevent the setting of the file times, thus we should set the file times first.

This is done right in NetBSD: https://github.com/NetBSD/src/blob/trunk/bin/mv/mv.c#L327

In cp we also do the right thing: https://github.com/freebsd/freebsd-src/blob/main/bin/cp/utils.c#L300

ricardobranco777 avatar Mar 16 '24 17:03 ricardobranco777