> > File a bug against ftp.debian.org.
> 
> Thanks!  I will right now.  BTW: My description of the problem is 
> wrong.  I wrote a shell script to check it out (I run it with fink under 
> OS X, but it'll work anyplace with egrep, wget, and a shell).
> 
> If it ever returns "Package: exim", then you're good to go.

gzcat isn't available everywhere (but zcat on Linux should replace it
fine. Also, to just grep for exim, use 

egrep '^Package: exim$'

(the whitespace is always in the same spot).

        Michael

Reply via email to