X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from nm4-vm0.bullet.mail.ac4.yahoo.com (nm4-vm0.bullet.mail.ac4.yahoo.com [98.139.53.206]) by mail.alpinelinux.org (Postfix) with SMTP id F2107DC013F for ; Sun, 25 Mar 2012 00:20:27 +0000 (UTC) Received: from [98.139.52.190] by nm4.bullet.mail.ac4.yahoo.com with NNFMP; 25 Mar 2012 00:20:27 -0000 Received: from [98.139.52.136] by tm3.bullet.mail.ac4.yahoo.com with NNFMP; 25 Mar 2012 00:20:27 -0000 Received: from [127.0.0.1] by omp1019.mail.ac4.yahoo.com with NNFMP; 25 Mar 2012 00:20:27 -0000 X-Yahoo-Newman-Id: 112713.38202.bm@omp1019.mail.ac4.yahoo.com Received: (qmail 53478 invoked from network); 25 Mar 2012 00:20:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=DKIM-Signature:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:References:In-Reply-To:Mime-Version:Content-Transfer-Encoding:Content-Type:Message-Id:Cc:X-Mailer:From:Subject:Date:To; b=mZiloJHUBJMYQY+ar9a69nhnYeUSEixa5yw8Sxyuoi8vIsz3E84C8k9HE7xblbm3nZKvSzq3RITsr7khOgWSb9hCdW8i05ln29gcvqj/wh2bvpodh+gVN1boMegSSXDYckqnLxxCPs/1weVJpnFcw9c60TmiGfistuUpegdbtfE= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1332634827; bh=DIh0dbzDNACpayQSnSM8PP0FQf9ZSbI1qtUBf0n+ceU=; h=X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:References:In-Reply-To:Mime-Version:Content-Transfer-Encoding:Content-Type:Message-Id:Cc:X-Mailer:From:Subject:Date:To; b=UERr8HDatPGfVvvbYzeNgcZxSKGOpqhf69MYVs0iLJ/YVpHucE5cNbl+jGex9tfdCi7X5/PuQYh/G0veiXWy0KnLl9+D6ppZ5LYd7/5Uv4Ae64ubfKemXJqKpdejYkuaUWh5qItJefMF1Q4OQvb9b3wuDaNzHxUxHt7uvZf7xDg= X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5z08AS8VM1keFWcF6e1YZH2mTnRF6B7CAHl9zpX35v9_V5s tD5C3btHUQOMsl4Md0oFtJ0DZXbzqb_wXPSlu059rnsLgxCGI2RFBmo4DECx NFT5nuoCk6zFTkGbT1QSmWpKHYxHUHN4mqvNC.XB0_t6HxfwCQkHD_bPfK8v zCqZ1DB_Vzn42LaxA5gcpGXYW3BGDLC7IDNDKFmMxVbw84Coyn8OnI1dgj3f rjcmtc9RJZolX4bdFngza34SFI9Fb9XkyeA4VJoeo.9fxwcC6Q2bt32CXtvB iSchqYiTf6iwoYqwP.6Z8BjdMomoyHOtZcEunYxWdD7ki4WRgIiBmUVZISth 6tdxUT.hay9FszZnDITNCKzA83bvCM6GlPln5ya9o7P6Q3oEtpvdY0Y5t7n7 s8o6mOMdp_.CWokY2A0qg7yDPZBizzjMcc1XZSmnfx8o- X-Yahoo-SMTP: yftn8B6swBCikPiBJoMb7wL9KIpT Received: from [10.80.121.221] (ttrask01@196.28.56.149 with xymcookie) by smtp109-mob.biz.mail.ac4.yahoo.com with SMTP; 24 Mar 2012 17:20:26 -0700 PDT References: <4F6E131C.90200@arcor.de> In-Reply-To: <4F6E131C.90200@arcor.de> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: Cc: "alpine-devel@lists.alpinelinux.org" X-Mailer: iPad Mail (9B176) From: Ted Trask Subject: Re: [alpine-devel] [Patch] acf-iptables: fixing model (continued) Date: Sat, 24 Mar 2012 20:20:26 -0400 To: Der Tiger Thanks for the patches. I'm currently on vacation, so I'll look at them next= week. Ted On Mar 24, 2012, at 2:31 PM, Der Tiger wrote: >=20 > ReHi, >=20 > I overlooked the fact rules are created and modified in different > routines. Fixing the comment field handling requires one more patch. >=20 > Sorry, Tiger >=20 > --- /usr/share/acf/app/iptables/iptables-model.lua.orig > +++ /usr/share/acf/app/iptables/iptables-model.lua > @@ -497 +497 @@ > - cmd =3D cmd .. " " .. format.escapespecialcharacters(spec) .. " 2= >&1" > + cmd =3D cmd .. " " .. spec .. " 2>&1" >=20 >=20 >=20 > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- >=20 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---