X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0F225DC013F for ; Sat, 24 Mar 2012 18:31:58 +0000 (UTC) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mx.arcor.de (Postfix) with ESMTP id 589EF5A406 for ; Sat, 24 Mar 2012 19:31:57 +0100 (CET) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id 55B6717547B for ; Sat, 24 Mar 2012 19:31:57 +0100 (CET) Received: from [192.168.6.10] (85-127-183-180.dynamic.xdsl-line.inode.at [85.127.183.180]) (Authenticated sender: panthera.tigris@arcor.de) by mail-in-08.arcor-online.net (Postfix) with ESMTPA id 37FF01FB46D for ; Sat, 24 Mar 2012 19:31:57 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net 37FF01FB46D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1332613917; bh=MIgVXuEC6hPCQgNCAfDfZTQtNl/ASpqXtuRNQ4TF6bQ=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=V0YhyLS/45oBGQiHTxtS6wSbScpgT5pW5SvnMBNGO50SVtRxe76YPQjJlWPfA8iBW SbABEjJ9npix2VXqgFs9pb6qapwuDFl/SAgT8HkxPhIA/k4a3P0fYHiATOE7BqvYK3 T3yQeo6zCG0yhaMFj7U65dOx2kDHh2TAh4YzPZHs= Message-ID: <4F6E131C.90200@arcor.de> Date: Sat, 24 Mar 2012 19:31:56 +0100 From: Der Tiger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [Patch] acf-iptables: fixing model (continued) Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit ReHi, I overlooked the fact rules are created and modified in different routines. Fixing the comment field handling requires one more patch. Sorry, Tiger --- /usr/share/acf/app/iptables/iptables-model.lua.orig +++ /usr/share/acf/app/iptables/iptables-model.lua @@ -497 +497 @@ - cmd = cmd .. " " .. format.escapespecialcharacters(spec) .. " 2>&1" + cmd = cmd .. " " .. spec .. " 2>&1" --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---