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

Diff for /src/etc/netstart between version 1.233 and 1.234

version 1.233, 2022/12/18 05:51:14 version 1.234, 2022/12/18 15:52:52
Line 173 
Line 173 
                 chown -LR root:wheel $_hn                  chown -LR root:wheel $_hn
         fi          fi
   
         # Skip missing physical interface, virtual ones were created up front.          # Check for ifconfig'able interface, except if -n option is specified.
         ifconfig $_if >/dev/null 2>&1 || return          ifcreate $_if || return
   
         # 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.

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234