Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 15:34:24 +0100 (CET)
From:      "Florent Thoumie" <flz@xbsd.org>
To:        <perl@FreeBSD.org>
Subject:   mail/p5-Mail-SpamAssassin: %%SQL%% not replaced in sa-spamd.sh when WITH_SQLDB not defined
Message-ID:  <43830.163.5.255.82.1101479664.squirrel@webmail.xunix.org>

next in thread | raw e-mail | index | archive | help
I guess :

.if defined(WITH_SQLDB)
SED_SCRIPT+=    -e 's|%%SQL%%|-Q|g'
.endif

should replaced by

.if defined(WITH_SQLDB)
SED_SCRIPT+=    -e 's|%%SQL%%|-Q|g'
.else
SED_SCRIPT+=    -e 's|%%SQL%%||-g'
.endif

I'm not sure this is really harmful but eyes focused on %%SQL%% in ps aux
output, so this is pure style :)
-- 
Florent Thoumie
flz@xbsd.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43830.163.5.255.82.1101479664.squirrel>