From 8b23ec3f2228dcde3e0bab1b312b63a4cddf454d Mon Sep 17 00:00:00 2001 From: angelos Date: Thu, 20 Apr 2000 17:45:55 +0000 Subject: [PATCH] Document /etc/resolv.conf.tail --- usr.sbin/dhcp/dhclient/dhclient-script.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/dhcp/dhclient/dhclient-script.8 b/usr.sbin/dhcp/dhclient/dhclient-script.8 index d20e5aff1c7..42f79a131fa 100644 --- a/usr.sbin/dhcp/dhclient/dhclient-script.8 +++ b/usr.sbin/dhcp/dhclient/dhclient-script.8 @@ -107,8 +107,9 @@ When a binding has been completed, a lot of network parameters are likely to need to be set up. A new /etc/resolv.conf needs to be created, using the values of $new_domain_name and $new_domain_name_servers (which may list more than one server, -separated by spaces). A default route should be set using -$new_routers, and static routes may need to be set up using +separated by spaces). If /etc/resolv.conf.tail exists, it is appended +to the newly-created /etc/resolv.conf file. A default route should +be set using $new_routers, and static routes may need to be set up using $new_static_routes. .PP If an IP alias has been declared, it must be set up here. The alias -- 2.20.1