This commit is contained in:
Martin Blapp 2003-08-12 15:15:34 +00:00
parent 445e4e83c5
commit 5912967938
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118829

View File

@ -27,7 +27,7 @@ stop_dhcp() {
fi
_aprefix=
for _if in _active_list ; do
for _if in ${_active_list} ; do
_test_if=`ifconfig ${_if} 2>&1`
case "$_test_if" in
"ifconfig: interface $_if does not exist")