]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When doing a -S "safe copy", the install command should do an
authormckusick <mckusick@FreeBSD.org>
Mon, 27 Aug 2018 15:20:42 +0000 (15:20 +0000)
committermckusick <mckusick@FreeBSD.org>
Mon, 27 Aug 2018 15:20:42 +0000 (15:20 +0000)
commitd3e21e1e4aef51450bf7e64c5ec9ff4292175f5e
tree51d6b162b6cfb7119fcf74629ab5f8c8d76751be
parentabf44e17e8d955caa55bb6db096637be2b555f53
When doing a -S "safe copy", the install command should do an
fsync(2) system call after copying the installed file to ensure
that it is on stable storage.

PR:          230851
Reviewed by: kib
Approved by: re (marius)
usr.bin/xinstall/xinstall.c