Pull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be

set there.  This is required for consistency with /etc/rc.d/netif.

PR:		conf/103893
Submitted by:	Nick Hibma <nick at anywi.com>
MFC after:	3 days
This commit is contained in:
Brooks Davis 2006-10-02 18:50:58 +00:00
parent e5037a18a9
commit 12d828393a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162972

View file

@ -53,6 +53,7 @@ dhclient_stop()
ifn="$2"
load_rc_config $name
load_rc_config network
if ! dhcpif $ifn; then
return 1