diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-20 17:45:56 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-20 17:45:56 +0000 |
commit | eb2acd45c8fe0d79ca414d0116a2f7dc20edc63a (patch) | |
tree | 174e7623a7cd38bbbfa524451e160faa409f76c2 /usr.sbin/dhcp | |
parent | 964014f013f6e3b48a69e3eb99109f23a3a9e3b8 (diff) |
Document /etc/resolv.conf.tail
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient-script.8 | 5 |
1 files 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 |