Eliminate the warning that "Values of network_interfaces other than

AUTO are deprecated.' There is no good reason to deprecate them, and
setting this to different values can be useful for custom solutions
and/or one-off configuration problems.
This commit is contained in:
Doug Barton 2009-06-01 05:37:13 +00:00
parent a3f6188b53
commit 9cdd13b268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193199

View File

@ -726,10 +726,6 @@ list_net_interfaces()
_tmplist="${_lo}${_tmplist}"
;;
*)
if [ -z "$type" ]; then
warn "Values of network_interfaces other than" \
"AUTO are deprecated"
fi
_tmplist="${network_interfaces} ${cloned_interfaces}"
;;
esac