This one time, at band camp, Lucas Nussbaum said:
> On 17/10/06 at 19:27 +0100, Stephen Gran wrote:
> > This one time, at band camp, Lucas Nussbaum said:
> > > On 17/10/06 at 14:37 +0100, Stephen Gran wrote:
> > > > Great.  What is the output of 
> > > > /usr/sbin/sendmail -d0 < /dev/null | head -1 | awk '{print $2}'
> > > > 
> > > > on one of these systems?
> > > 
> > > # /usr/sbin/sendmail -d0 < /dev/null 
> > > No recipients were listed.
> > 
> > Is that on stderr or stdout?  Is it possible to get a copy of
> > clamav-config.h from one of these systems?
> 
> Yes, it's attached.

Thanks for all your help so far.  Can I ask you to do me one more favor?

If so, please edit configure and change line 12546 (should be - search
for sendmailver if not) from:

sendmailver=`$sendmailprog -d0 < /dev/null | head -1 | awk '{print $2}'`

to

sendmailver=`$sendmailprog -d0 < /dev/null 2>/dev/null | head -1 | awk '{print 
$2}'`

Then please run debian/rules config.status, and send me the resulting
clamav-config.h.

I am trying to figure out how the error output got munged into the
version string - it looks at first glance like it's not going to stderr,
so this is a test of that.  If it really is going to stderr, this should
work, and my original patch will work with the above fix.  If it isn't
going to stderr, I'll have to work around it by testing that the output
is a digit, and file a bug on nullmailer asking for it to put it's error
output on stderr.

Thanks again for all your help,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to