Tom Eastep wrote:

> 
> I think that I've spotted the problem. In function default_policy(),
> replace
> 
>       if [ "$chain" == "$chain1" ]; then
> 
> with
> 
>       if [ "$chain" = "$chain1" ]; then
> 
> I've been coding in C for too long I guess :=)
> 
Ah, that helps! Thx alot for your quick replies.


Ewald Wasscher


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to