=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.150 retrieving revision 1.151 diff -c -r1.150 -r1.151 *** src/etc/netstart 2015/07/19 14:17:21 1.150 --- src/etc/netstart 2015/07/19 19:52:36 1.151 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.150 2015/07/19 14:17:21 ajacoutot Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) from a file # and spew to stdout. --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.151 2015/07/19 19:52:36 rpe Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) from a file # and spew to stdout. *************** *** 148,155 **** done } ! # Re-read rc.subr if we are not inside /etc/rc. ! [ -n ${INRC} ] && FUNCS_ONLY=1 . /etc/rc.d/rc.subr _rc_parse_conf # If we were invoked with a list of interface names, just reconfigure these --- 148,155 ---- done } ! # Get network related vars from rc.conf using the parsing routine from rc.subr. ! FUNCS_ONLY=1 . /etc/rc.d/rc.subr _rc_parse_conf # If we were invoked with a list of interface names, just reconfigure these