diff options
Diffstat (limited to 'comms/hylafax/patches/patch-ba')
-rw-r--r-- | comms/hylafax/patches/patch-ba | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/hylafax/patches/patch-ba b/comms/hylafax/patches/patch-ba deleted file mode 100644 index c4bf6cab99e..00000000000 --- a/comms/hylafax/patches/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2005/10/30 20:14:07 adrianp Exp $ - ---- util/faxcron.sh.in.orig 2005-10-30 19:13:07.000000000 +0000 -+++ util//faxcron.sh.in -@@ -69,9 +69,12 @@ TEE=tee - UPDATE="date +'%D %H:%M' >$LAST" - - # security --TMPDIR=/tmp/.faxcron.sh$$ --rm -rf $TMPDIR --mkdir $TMPDIR || exit 1 -+TMPDIR=`(mktemp -d /tmp/.faxcron.XXXXXX) 2>/dev/null` -+if test X$TMPDIR = X; then -+ TMPDIR=/tmp/.faxcron$$ -+fi -+@RM@ -fr $TMPDIR -+(umask 077 ; mkdir $TMPDIR) || exit 1 - - JUNK=$TMPDIR/faxjunk$$ # temp file used multiple times - AWKTMP=$TMPDIR/faxawk$$ # temp file for awk program |