~alpine/devel

1

[alpine-devel] [Patch] acf-iptables: fixing model (continued)

Details
Message ID
<4F6E131C.90200@arcor.de>
Sender timestamp
1332613916
DKIM signature
missing
Download raw message
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
---
Details
Message ID
<A4C0D688-B587-4CBC-AEDE-A31CAB87C9E4@yahoo.com>
In-Reply-To
<4F6E131C.90200@arcor.de> (view parent)
Sender timestamp
1332634826
DKIM signature
missing
Download raw message
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 <der.tiger.alpine@arcor.de> wrote:

> 
> 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
> ---
> 


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)