Hi,

FYI, this patch still needed by amavisd-new-2.3.3,1 on FreeBSD.

bye,
artifex

On 8/17/05, Mark Martinec <[EMAIL PROTECTED]> wrote:
> --- amavisd~    Wed Jun 29 12:26:11 2005
> +++ amavisd     Wed Aug 17 00:21:19 2005
> @@ -12959,5 +12959,5 @@
>    @EXPORT_OK = qw(&init &decompose_part &determine_file_types);
>  }
> -use Errno qw(ENOENT EACCES EAGAIN);
> +use Errno qw(ENOENT EACCES EAGAIN ENODEV);
>  use IO::File qw(O_CREAT O_EXCL O_WRONLY);
>  use File::Basename qw(basename);
> @@ -13099,5 +13099,5 @@
>        }
>      }
> -    defined $ln || $!==0 || $!==EAGAIN
> +    defined $ln || $!==0 || $!==EAGAIN || $!==ENODEV
>        or die "Error reading from file(1) utility: $!";
>      if ($index < @part_list) {


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to