package shorewall-lite
notfound 610314 4.4.16-1
found 610314 4.4.11.6-1
thanks

On Mon, Jan 17, 2011 at 04:41:13PM +0100, Thomas Mueller wrote:
>
> hm.. I just downloaded  
> http://ftp.de.debian.org/debian/pool/main/s/shorewall-lite/shorewall-lite_4.4.11.6-1_all.deb
>  
> and opend etc/init.d/shorewall-lite , line 20:
>
> [ "$INITLOG" eq "/dev/null" && SHOREWALL_INIT_SCRIPT=1 ||  
> SHOREWALL_INIT_SCRIPT=0
>
> there is "eq" instead of "-eq" (and "-"eq" is IMHO just for numbers).  
> and then there is a missing ] before &&
>
> IMHO correct would be:
>
> [ "$INITLOG" = "/dev/null" ] && SHOREWALL_INIT_SCRIPT=1 ||  
> SHOREWALL_INIT_SCRIPT=0
>

Please note that you downloaded shorewall-lite/4.4.11.6-1, which is
squeeze, but you reported the bug against shorewall-lite/4.4.16-1, which
is in sid.  The latter version has this for line 20:

[ "$INITLOG" = "/dev/null" ] && SHOREWALL_INIT_SCRIPT=1 || 
SHOREWALL_INIT_SCRIPT=0

Regards,

-Roberto
-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature

Reply via email to