mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Fix typo
This commit is contained in:
parent
445e4e83c5
commit
5912967938
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118829
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user