Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Tuesday, March 19, 2024

Diff for scripts/shell/firewall/fw-universal.sh between version 2.74 and 2.75

version 2.74, 2010/08/08 23:34:25 version 2.75, 2010/10/22 12:20:42
Line 9 
Line 9 
 # Licensed under terms of GNU General Public License.  # Licensed under terms of GNU General Public License.
 # All rights reserved.  # All rights reserved.
 #  #
 # $Platon: scripts/shell/firewall/fw-universal.sh,v 2.73 2010-06-21 21:52:16 nepto Exp $  # $Platon: scripts/shell/firewall/fw-universal.sh,v 2.74 2010-08-08 23:34:25 nepto Exp $
 #  #
 # Changelog:  # Changelog:
 # 2003-10-24 - created  # 2003-10-24 - created
Line 1035  custom_rules()
Line 1035  custom_rules()
                         if [ -z "${!varname}" ]; then                          if [ -z "${!varname}" ]; then
                                 break;                                  break;
                         fi                          fi
                         echo -n "#$i";                          print_info -n "#$i";
                         $IPTABLES ${!varname};                          $IPTABLES ${!varname};
                         rc="$?";                          rc="$?";
                         if [ "$rc" -eq 0 ]; then                          if [ "$rc" -eq 0 ]; then
                                 echo -n "[OK] ";                                  print_info -n "[OK] ";
                         else                          else
                                 echo -n "[rc:$?] ";                                  print_info -n "[rc:$?] ";
                         fi;                          fi;
                         initialized="yes";                          initialized="yes";
                 done                  done

Legend:
Removed from v.2.74  
changed lines
  Added in v.2.75

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top