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

Diff for /src/etc/netstart between version 1.149 and 1.150

version 1.149, 2015/07/19 04:44:36 version 1.150, 2015/07/19 14:17:21
Line 148 
Line 148 
         done          done
 }  }
   
 # Source rc.subr and parse rc.conf only if we are not inside /etc/rc.  # Re-read rc.subr if we are not inside /etc/rc.
 if [ -z "${INRC}" ]; then  [ -n ${INRC} ] && FUNCS_ONLY=1 . /etc/rc.d/rc.subr
         FUNCS_ONLY=1 . /etc/rc.d/rc.subr  _rc_parse_conf
         _rc_parse_conf  
 fi  
   
 # If we were invoked with a list of interface names, just reconfigure these  # If we were invoked with a list of interface names, just reconfigure these
 # interfaces (or bridges) and return.  # interfaces (or bridges) and return.

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150