=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.139 retrieving revision 1.140 diff -c -r1.139 -r1.140 *** src/etc/netstart 2013/08/22 07:53:11 1.139 --- src/etc/netstart 2014/07/12 10:14:03 1.140 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.139 2013/08/22 07:53:11 mpi 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.140 2014/07/12 10:14:03 robert Exp $ # Strip comments (and leading/trailing whitespace if IFS is set) # from a file and spew to stdout *************** *** 148,155 **** done } ! # Re-read /etc/rc.conf ! . /etc/rc.conf # If we were invoked with a list of interface names, just reconfigure these # interfaces (or bridges) and return. --- 148,156 ---- 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 # interfaces (or bridges) and return.