opnsense-ports/sysutils/munin-common/files/patch-test-mktemp
Franco Fichtner a6844e73f3 sysutils/munin-common: sync with upstream
Taken from: FreeBSD
2024-01-11 09:01:04 +01:00

11 lines
232 B
Text

--- 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