]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow ifconfig to be called from any directory
authorPetr Menšík <pemensik@redhat.com>
Mon, 25 Feb 2019 09:58:14 +0000 (10:58 +0100)
committerMark Andrews <marka@isc.org>
Tue, 12 Mar 2019 02:19:49 +0000 (22:19 -0400)
commit38301052e112cecfa8897e3b16e89e19bcfc1504
tree3d51c6a5485a3c13628d94698ab5caa91c964843
parentfaa0de1349e72a2ca747f7de4143effdba360d00
Allow ifconfig to be called from any directory

ifconfig.sh depends on config.guess for platform guessing. It uses it to
choose between ifconfig or ip tools to configure interfaces. If
system-wide automake script is installed and local was not found, use
platform guess. It should work well on mostly any sane platform. Still
prefers local guess, but passes when if cannot find it.
bin/tests/system/ifconfig.sh