From: Ted Lemon Date: Mon, 13 Jul 1998 16:14:09 +0000 (+0000) Subject: Use search, not domain. X-Git-Tag: V2-BETA-1-PATCH-7~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67cab75c952300aa421bd645649cb84b195fcebe;p=thirdparty%2Fdhcp.git Use search, not domain. --- diff --git a/client/scripts/linux b/client/scripts/linux index f97539dd2..9f6e0e114 100755 --- a/client/scripts/linux +++ b/client/scripts/linux @@ -129,7 +129,7 @@ if [ x$reason = xTIMEOUT ]; then for router in $new_routers; do route add default gw $router done - echo domain $new_domain_name >/etc/resolv.conf.std + echo search $new_domain_name >/etc/resolv.conf.std for nameserver in $new_domain_name_servers; do echo nameserver $nameserver >>/etc/resolv.conf.std done