]> 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 03:10:40 +0000 (14:10 +1100)
commit2b526cf8e1b0d5e9df06d54e70223cf1e89ca94a
treedc8055340fb1d898898bc44d78b7cb0971c6c1c9
parent4e0e40dee78446106dc89a4a6766d4b9ede17818
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.

(cherry picked from commit 38301052e112cecfa8897e3b16e89e19bcfc1504)
bin/tests/system/ifconfig.sh