summaryrefslogtreecommitdiff
path: root/archivers/gsharutils/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gsharutils/patches/patch-aj')
-rw-r--r--archivers/gsharutils/patches/patch-aj17
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/gsharutils/patches/patch-aj b/archivers/gsharutils/patches/patch-aj
new file mode 100644
index 00000000000..62e82da7a78
--- /dev/null
+++ b/archivers/gsharutils/patches/patch-aj
@@ -0,0 +1,17 @@
+$NetBSD: patch-aj,v 1.3.12.1 2005/04/01 05:03:52 snj Exp $
+
+--- src/mailshar.in.orig 1995-11-26 00:42:47.000000000 +0100
++++ src/mailshar.in 2005-03-31 15:51:27.000000000 +0200
+@@ -33,7 +33,11 @@
+ If none of -MTBzZ are given, -z is automatically selected if *none*
+ of the FILEs have an .arc, .exz, .gif, .z, .gz, .Z, .zip or .zoo suffix."
+
+-temp=/usr/tmp/$$.shar
++temp=`mktemp -q /tmp/${0##*/}.XXXXXX`
++if [ $? -ne 0 ]; then
++ echo "$0: Can't create temp file, exiting..."
++ exit 1
++fi
+
+ ### Decode the options.
+