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

Diff for /src/etc/netstart between version 1.204 and 1.205

version 1.204, 2020/05/21 13:42:02 version 1.205, 2020/05/22 13:38:44
Line 133 
Line 133 
         # Parse the hostname.if(5) file and fill _cmds array with interface          # Parse the hostname.if(5) file and fill _cmds array with interface
         # configuration commands.          # configuration commands.
         set -o noglob          set -o noglob
         while IFS= read -r -- _line; do          while IFS= read -- _line; do
                 parse_hn_line $_line                  parse_hn_line $_line
         done <$_hn          done <$_hn
   

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205