Displaying 2 results from an estimated 2 matches for "check_duplicate_zones".
Did you mean:
check_dupliate_zones
2004 Oct 24
2
Shorewall 2.2.0 Beta 1
....2.0 beta 1 on a fedora core 1 box
using ./install.sh to upgrade my existing install.
shorewall check gave:
Determining Zones...
/usr/share/shorewall/firewall: line 2753: check_dupliate_zones: command
not found
Zones: net loc wifi dmz
Fix in /usr/share/shorewall/firewall
2753c2753
< check_duplicate_zones
---
> check_dupliate_zones
Regards
Andrew Braund
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...9; xnet = xnet '']''
++ echo internet
++ read z display comments
+ dsply=internet
+ ''['' 3 -gt 5 '']''
+ eval ''net_display=$dsply''
++ net_display=internet
+ newzones='' loc net''
+ zones=''loc net''
+ check_duplicate_zones
+ local localzones=
+ for zone in ''$zones''
+ list_search loc
+ local e=loc
+ ''['' 1 -gt 1 '']''
+ return 1
+ localzones='' loc''
+ for zone in ''$zones''
+ list_search net loc
+ local e=net
+ ''['' 2...