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

Diff for /src/etc/netstart between version 1.180 and 1.181

version 1.180, 2017/05/01 14:23:29 version 1.181, 2017/05/01 16:23:42
Line 166 
Line 166 
         done          done
 }  }
   
 # Make sure the invoking user has the right privileges.  
 if (($(id -u) != 0)); then  
         echo "${0##*/}: need root privileges"  
         exit 1  
 fi  
   
 # Get network related vars from rc.conf using the parsing routine from rc.subr.  # Get network related vars from rc.conf using the parsing routine from rc.subr.
 FUNCS_ONLY=1 . /etc/rc.d/rc.subr  FUNCS_ONLY=1 . /etc/rc.d/rc.subr
 _rc_parse_conf  _rc_parse_conf

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181