]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow install(1)'s create_tempfile() to work on Linux hosts
authorAlex Richardson <arichardson@FreeBSD.org>
Wed, 15 Jul 2020 17:24:39 +0000 (17:24 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Wed, 15 Jul 2020 17:24:39 +0000 (17:24 +0000)
commit0fd54da0b0ae6ccd530a98db084e2ad595cebfd1
tree2922dd9f696adddac97aa168150fff73edbb3530
parent7425ce4b54844c63e8481a64bb92dba585f8c48e
Allow install(1)'s create_tempfile() to work on Linux hosts

GLibc expects six 'X' characters in the mkstemp template argument and
will return EINVAL otherwise.

Reviewed By: emaste, imp, mjg
Differential Revision: https://reviews.freebsd.org/D25662
usr.bin/xinstall/install.1
usr.bin/xinstall/xinstall.c