mail/p5-Mail-SpamAssassin: %%SQL%% not replaced in sa-spamd.sh when WITH_SQLDB not defined

Florent Thoumie flz at xbsd.org
Fri Nov 26 06:37:09 PST 2004


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 at xbsd.org




More information about the freebsd-perl mailing list