I just installed Qmail-Scanner for the first time. During installation, I
found a bug in the configure script that causes it to not check for the
presence of the QMAILQUEUE patch. To enable proper checking, I had to
change line 797 from:
if [ "$STRINGS" != "" -a "$QMAILSMTPD" != "" -a "$MANUAL_INSTALL" = "" ]; then
to:
if [ "$STRINGS" != "" -a "$QMAILSMTPD" != "" -a "$MANUAL_INSTALL" = "0" ]; then
Apparently, $MANUAL_INSTALL is 0, not an empty string.
I'm executing the script using Bash 2.05.8. Can others replicate the
problem, and should this fix be included in the distribution?
Ted Behling, Chief Penguin Surgeon
Monarch Information Systems, Inc.
[EMAIL PROTECTED]
-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
