summaryrefslogtreecommitdiff
path: root/security/amavis/patches/patch-aa
blob: dbddc6dee959d0a8ef2ef47a191e280b44f8e414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.2 2000/10/23 14:57:16 rh Exp $

--- configure.orig	Mon Oct 23 16:11:15 2000
+++ configure
@@ -2640,10 +2640,10 @@
   then
      tnef_arg="-x"
   else
-   $tnef -h 2>&1 | grep "put unpacked files in DIR" >/dev/null 2>&1
+   $tnef -h 2>&1 | grep "unpack files into DIR" >/dev/null 2>&1
    if test $? -eq 0
    then
-     tnef_arg="-d"
+     tnef_arg="-C"
    else
     { echo "configure: error: Sorry, your tnef binary seems to be insecure. Please use the tnef file from http://world.std.com/~damned/software.html" 1>&2; exit 1; }
    fi