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

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

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