[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.390 and 1.391

version 1.390, 2011/07/20 09:56:00 version 1.391, 2011/07/20 10:00:13
Line 121 
Line 121 
         {          {
                 # Variables are local                  # Variables are local
                 while IFS="     /" read _name _port _srv _junk; do                  while IFS="     /" read _name _port _srv _junk; do
                         [ "x${_srv}" = "x${_service}" ] || continue;                          [ "x${_srv}" = "x${_service}" ] || continue
                         _ban="${_ban:+${_ban},}+${_port}"                          _ban="${_ban:+${_ban},}+${_port}"
                         # Flush before argv gets too long                          # Flush before argv gets too long
                         if [ ${#_ban} -gt 1024 ]; then                          if [ ${#_ban} -gt 1024 ]; then

Legend:
Removed from v.1.390  
changed lines
  Added in v.1.391