http://qa.mandrakesoft.com/show_bug.cgi?id=1222
------- Additional Comments From [EMAIL PROTECTED] 2003-03-07 18:50 -------
ok, this is fixed now ...
make sure that the /sbin/dhclient-script file is like this :
function make_resolv_conf() {
if [ -n "$new_domain_name" -o -n "$new_domain_name_servers" ]; then
[ -n "$new_domain_name" ] && echo search $new_domain_name >/etc/resolv.conf
for nameserver in $new_domain_name_servers; do
....
or wait for the next dhcp-client package ...
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
domainname is set but no nameserver entry is created in resolv.conf. (DHCP is
being served from MNF 8.2) Non 9.1 clients are working fine.