summaryrefslogtreecommitdiff
path: root/sysutils/bacula/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula/patches/patch-aj')
-rw-r--r--sysutils/bacula/patches/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/bacula/patches/patch-aj b/sysutils/bacula/patches/patch-aj
deleted file mode 100644
index 9a637c1f1d6..00000000000
--- a/sysutils/bacula/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2005/10/14 15:44:51 wiz Exp $
-
---- autoconf/randpass.orig 2002-11-09 16:55:22.000000000 +0100
-+++ autoconf/randpass
-@@ -8,7 +8,14 @@ if test "x$1" = "x" ; then
- else
- PWL=$1
- fi
--tmp=/tmp/p.tmp.$$
-+tmp=`mktemp randpass.XXXXXXXXXX`
-+if test x$tmp = x; then
-+ tmp=/tmp/p.tmp.$$
-+ if test -f $tmp; then
-+ echo "Temp file security problem on: $tmp"
-+ exit 1
-+ fi
-+fi
- cp autoconf/randpass.bc $tmp
- ps | sum | tr -d ':[:alpha:] ' | sed 's/^/k=/' >>$tmp
- date | tr -d ':[:alpha:] ' | sed 's/^/k=k*/' >>$tmp