=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.101 retrieving revision 2.102 diff -u -p -r2.101 -r2.102 --- scripts/shell/firewall/fw-universal.sh 2013/09/28 18:51:30 2.101 +++ scripts/shell/firewall/fw-universal.sh 2014/04/15 05:02:32 2.102 @@ -22,7 +22,7 @@ # Licensed under terms of GNU General Public License. # All rights reserved. # -# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.100 2013-09-28 10:07:18 nepto Exp $ +# $Platon: scripts/shell/firewall/fw-universal.sh,v 2.101 2013-09-28 18:51:30 nepto Exp $ # # Changelog: # 2003-10-24 - created @@ -1119,7 +1119,7 @@ allow_input() port="ALL"; fi print_info -en " $port"`[ ! -z "$src_ip" ] && echo "[$src_ip]"` - if [ $(( ++counter )) -ge 5 ]; then counter=0; print_info ""; fi; + if [ $(( ++counter )) -ge 5 -o "$port" -eq "10050" ]; then counter=0; print_info ""; fi; echo $port | grep -q , multiport="$?"; if [ "$multiport" -eq 0 ]; then