Restore ability to use hostnames to configure ip addresses.
authorflorian <florian@openbsd.org>
Wed, 15 Aug 2018 14:43:30 +0000 (14:43 +0000)
committerflorian <florian@openbsd.org>
Wed, 15 Aug 2018 14:43:30 +0000 (14:43 +0000)
commite18d014a7ec1b1e0ac6f08e584776d002f39ccf5
treeb1b2b8f48764ce4e0df5b5f066cc6f8c6ec675bf
parent7c030437e2ec4fb9e2caabf6c6f280b53c428348
Restore ability to use hostnames to configure ip addresses.
Unveil /etc/{resolv.conf,hosts,services} which keeps it in sync with
the kernel bypass for pledge("dns").
OK deraadt
pointed out by & OK stsp
sbin/ifconfig/ifconfig.c