Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 11:57:11 +0100
From:      Guido van Rooij <guido@gvr.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc/periodic/security 550.ipfwlimit 650.ip6fwlimit
Message-ID:  <20011214115711.A34932@gvr.gvr.org>
In-Reply-To: <200112140858.fBE8wL596075@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Dec 14, 2001 at 12:58:21AM -0800
References:  <200112140858.fBE8wL596075@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 14, 2001 at 12:58:21AM -0800, Ruslan Ermilov wrote:
> ru          2001/12/14 00:58:21 PST
> 
>   Modified files:
>     etc/periodic/security 550.ipfwlimit 650.ip6fwlimit 
>   Log:
>   Work around the bugfeature of test(1).
>   
>   PR:             bin/32822


If I run this:
if [ 0 -eq 0 -a "" -ne 1 ];
	then echo foo
fi
then it works. Isn't the real problem that "${IPFW_LOG_LIMIT}" gets lost
somehow?

-Guido



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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