* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / mail / qmail-scanner / configure_no_exit_on_fail.diff
blobfb5536d4b4af8425124d40df4815cf237625a966
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../qmail-scanner/configure_no_exit_on_fail.diff
5 # Copyright (C) 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./configure.orig 2006-04-20 15:28:28.000000000 +0200
18 +++ ./configure 2006-04-20 15:45:48.000000000 +0200
19 @@ -875,11 +875,9 @@
20 cat<<EOF
22 Old tnef binary found on your system!
24 Please upgrade ASAP to a version supporting the "--number-backups" option.
26 EOF
27 - exit 1
28 + # exit 1
32 @@ -894,7 +892,7 @@
33 echo "$UNMIME_BINARY contains bugs. Please upgrade to a newer release."
34 echo ""
35 rm -f hello.txt textfile*
36 - exit 1
37 + # exit 1
39 rm -f hello.txt textfile*
41 @@ -919,7 +917,7 @@
42 echo ""
43 echo "Please upgrade to another version of unzip"
44 echo ""
45 - exit 1
46 + # exit 1
48 fi
50 @@ -1260,7 +1258,7 @@
51 it, just omiting the configure option --sa-socket ...
53 EOF
54 - exit
55 +# exit
57 #SPAMC_BINARY="$SPAMC_BINARY -U $SPAMD_SOCKET"
58 SA_SKT=" -U $SPAMD_SOCKET"
59 @@ -1290,7 +1288,7 @@
60 Try to set it manually using the configure option --sa-socket ...
62 EOF
63 - exit
64 +# exit
68 @@ -1305,7 +1303,7 @@
69 Please try again.
71 EOF
72 - exit
73 +# exit
75 DD="`$SETUIDGID $QS_USER $SPAMC_BINARY $SA_HN $SA_SKT < ./contrib/spamc-nice.eml`"
76 if [ "$?" != "0" -o "`echo $DD|grep 'X-Spam-Status: No'`" = "" ]; then
77 @@ -1343,7 +1341,7 @@
78 SpamAssassin support.
80 EOF
81 - exit
82 +# exit
84 #SPAMC_OPTIONS="$SA_HN -t 30 -c "
85 SA_FAST="1"