aboutsummaryrefslogtreecommitdiff
path: root/security/doas/files/patch-doasedit
diff options
context:
space:
mode:
Diffstat (limited to 'security/doas/files/patch-doasedit')
-rw-r--r--security/doas/files/patch-doasedit6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/doas/files/patch-doasedit b/security/doas/files/patch-doasedit
index 61cad710e13e..53e910bf09c7 100644
--- a/security/doas/files/patch-doasedit
+++ b/security/doas/files/patch-doasedit
@@ -1,4 +1,4 @@
---- doasedit.orig 2021-09-13 18:56:31 UTC
+--- doasedit.orig 2024-05-10 17:16:18 UTC
+++ doasedit
@@ -30,7 +30,7 @@ then
exit 3
@@ -6,6 +6,6 @@
-temp_file=$(mktemp --tmpdir doasedit.XXXXXXXX)
+temp_file=$(mktemp -t /tmp)
- if [ ! $? ]
+ if [ ! -r "$temp_file" ]
then
- echo "Could not create temporary file."
+ echo "Was unable to create temporary file."