]> git.proxmox.com Git - mirror_zfs.git/commit
Add compatibility for busybox mktemp
authorqzdanis <zdanisq@gmail.com>
Thu, 3 Dec 2020 18:01:16 +0000 (13:01 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 18:01:16 +0000 (10:01 -0800)
commit9109b89cd767165cdf24454f3c8477bb1eae2637
tree66ecaabb143242c704feea4897549194499cc56a
parent0aacde2e9a818942f4e25ab765b3a4849aac6de8
Add compatibility for busybox mktemp

Busybox's mktemp requires at least six X's in the template, causing
the current sed --in-place check to fail because the file does not
exist. This change adds additional X's to mktemp templates that do
not already have at least six X's in them.

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Quentin Zdanis <zdanisq@gmail.com>
Closes #11269
config/always-sed.m4
config/deb.am
scripts/zfs-tests.sh