]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
install: Revert utimensat usage (r299850).
authorjilles <jilles@FreeBSD.org>
Mon, 16 May 2016 12:56:28 +0000 (12:56 +0000)
committerjilles <jilles@FreeBSD.org>
Mon, 16 May 2016 12:56:28 +0000 (12:56 +0000)
commitc6a1972441a5af8605d35661fed4ab940fe5b3bc
tree5b4aaa78f4da6e25cc68bfbaef6b8e5f3c32b988
parentbd31e13c0552d3f7dfb0f8087f34eedfff48685d
install: Revert utimensat usage (r299850).

This should fix the build on older stable/10, since install is a bootstrap
tool.

Pending a decision how to fix this properly, revert utimensat usage. Copies
with the -p option will again appear older than the original almost always,
but -p is not commonly used.
usr.bin/xinstall/tests/install_test.sh
usr.bin/xinstall/xinstall.c