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

Diff for /src/etc/netstart between version 1.202 and 1.203

version 1.202, 2020/01/15 00:19:40 version 1.203, 2020/05/21 11:54:41
Line 134 
Line 134 
         # 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 -- _line; do          while IFS= read -r -- _line; do
                 parse_hn_line $_line                  parse_hn_line $_line
         done <$_hn          done <$_hn
   

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203