diff options
Diffstat (limited to 'security/doas/files/patch-doasedit')
-rw-r--r-- | security/doas/files/patch-doasedit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/doas/files/patch-doasedit b/security/doas/files/patch-doasedit new file mode 100644 index 000000000000..61cad710e13e --- /dev/null +++ b/security/doas/files/patch-doasedit @@ -0,0 +1,11 @@ +--- doasedit.orig 2021-09-13 18:56:31 UTC ++++ doasedit +@@ -30,7 +30,7 @@ then + exit 3 + fi + +-temp_file=$(mktemp --tmpdir doasedit.XXXXXXXX) ++temp_file=$(mktemp -t /tmp) + if [ ! $? ] + then + echo "Could not create temporary file." |