Use a const char * for "/etc/resolv.conf.tail" instead of repeating the
authorkrw <krw@openbsd.org>
Fri, 23 Jun 2017 16:09:38 +0000 (16:09 +0000)
committerkrw <krw@openbsd.org>
Fri, 23 Jun 2017 16:09:38 +0000 (16:09 +0000)
commit5226fbea0d61af3276df68a976215946f4c40b06
tree06bdc4a476f7c020ff69b1afe0224b4c03ae3cfa
parentc4d471e41817a7e0935988be20161a406ca26741
Use a const char * for "/etc/resolv.conf.tail" instead of repeating the
text in various forms in different error messages. Also makes the error
messages consistent by always displaying the full path name.
sbin/dhclient/dhclient.c