summaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-test-mktemp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/munin-common/files/patch-test-mktemp')
-rw-r--r--sysutils/munin-common/files/patch-test-mktemp11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/munin-common/files/patch-test-mktemp b/sysutils/munin-common/files/patch-test-mktemp
new file mode 100644
index 000000000000..66608aad9e8e
--- /dev/null
+++ b/sysutils/munin-common/files/patch-test-mktemp
@@ -0,0 +1,11 @@
+--- test-mktemp.orig 2023-02-08 07:57:20 UTC
++++ test-mktemp
+@@ -53,7 +53,7 @@ MKTEMP='mktemp -p /tmp/ $1'
+ testfun temp.XXXXXX
+
+ # FreeBSD way
+-MKTEMP="mktemp -t /tmp"
++MKTEMP="mktemp -t $1"
+ testfun temp.XXXXXX
+
+ # Plain mktemp