]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
install(1): another correction after r363064
authoreugen <eugen@FreeBSD.org>
Sun, 12 Jul 2020 20:59:52 +0000 (20:59 +0000)
committereugen <eugen@FreeBSD.org>
Sun, 12 Jul 2020 20:59:52 +0000 (20:59 +0000)
commit206cfe46e7da43c5c0e7b719534ce2dd6abcdd09
tree819786f9b37c1422ab85f5348822f1b125e97981
parent8c70b8099d0bbb20a4a31bfeea1903d52f2357de
install(1): another correction after r363064

Make sure we call fsync(2) on strip result
in case of "safecopy" and "strip -o tempcopy -- src"
before renaming tempcopy to destination.

MFC after: 3 weeks
X-MFC-With: r363064
usr.bin/xinstall/xinstall.c