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

Diff for /src/etc/rc between version 1.552 and 1.553

version 1.552, 2021/07/22 18:29:47 version 1.553, 2021/07/28 20:48:36
Line 461 
Line 461 
 reorder_libs  reorder_libs
   
 # If interface autoconf exists, pause a little for at least one default route  # If interface autoconf exists, pause a little for at least one default route
 if ifconfig | grep -q ': flags=.*<.*AUTOCONF.*> mtu'; then  if ifconfig | grep -q ': flags=.*<.*AUTOCONF.*>'; then
         count=0          count=0
         while ((count++ < 20)); do          while ((count++ < 20)); do
                 route -n show | grep -q ^default && break                  route -n show | grep -q ^default && break

Legend:
Removed from v.1.552  
changed lines
  Added in v.1.553