diff options
Diffstat (limited to 'security/amavis-perl/files')
-rw-r--r-- | security/amavis-perl/files/patch-aa | 38 | ||||
-rw-r--r-- | security/amavis-perl/files/patch-ab | 20 |
2 files changed, 0 insertions, 58 deletions
diff --git a/security/amavis-perl/files/patch-aa b/security/amavis-perl/files/patch-aa deleted file mode 100644 index 9bd79a952bb8..000000000000 --- a/security/amavis-perl/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Tue Sep 25 19:59:02 2001 -+++ configure Sat Oct 6 15:42:18 2001 -@@ -1477,16 +1477,16 @@ - { echo "configure: error: Sorry, you need the "file" command" 1>&2; exit 1; } - fi - --echo $ac_n "checking if file can be brief""... $ac_c" 1>&6 --echo "configure:1482: checking if file can be brief" >&5 --$file -b /bin/sh > /dev/null 2>&1 --if test $? -ne 0 ; then -- { echo "configure: error: --You need a "file" command that supports -b --Check ftp://ftp.astron.com/pub/file/" 1>&2; exit 1; } --else -- echo "$ac_t""yes" 1>&6 --fi -+#echo $ac_n "checking if file can be brief""... $ac_c" 1>&6 -+#echo "configure:1482: checking if file can be brief" >&5 -+#$file -b /bin/sh > /dev/null 2>&1 -+#if test $? -ne 0 ; then -+# { echo "configure: error: -+#You need a "file" command that supports -b -+#Check ftp://ftp.astron.com/pub/file/" 1>&2; exit 1; } -+#else -+# echo "$ac_t""yes" 1>&6 -+#fi - - for ac_prog in id - do -@@ -2875,7 +2875,7 @@ - if test ! -f "$sendmail_cf_orig" ; then - if test -f /etc/sendmail.cf ; then - sendmail_cf_orig=/etc/sendmail.orig.cf -- elif test -f /etc/mail/sendmail.orig.cf ; then -+ elif test -f /etc/mail/sendmail.cf ; then - sendmail_cf_orig=/etc/mail/sendmail.orig.cf - else - { echo "configure: error: diff --git a/security/amavis-perl/files/patch-ab b/security/amavis-perl/files/patch-ab deleted file mode 100644 index e96718bd36f8..000000000000 --- a/security/amavis-perl/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- amavis/amavis.in.orig Sat Oct 6 15:44:32 2001 -+++ amavis/amavis.in Sat Oct 6 15:46:24 2001 -@@ -469,7 +469,7 @@ - do_exit($REGERR, __LINE__); - } - -- my $filetype = `$file -b $TEMPDIR/parts/$part`; -+ my $filetype = `$file $TEMPDIR/parts/$part`; - chop $filetype; - do_log(4,"File-type of $part: $filetype"); - -@@ -663,7 +663,7 @@ - } - - # older versions of file report tnef files as data -- if ($filetype =~ /^data$/) { -+ if ($filetype =~ /:\sdata$/) { - # may be tnef - - # checked already? |