tag #461056 patch thanks Ok, now that I got my connection back up at home (allow-hotplug in /e/n/i sucks when it's time to restart connection trough ssh...)
Anyway, here is the patch against the script. Cheers, -- Yves-Alexis
--- /sbin/dhclient-script.orig 2008-01-16 11:51:23.000000000 +0100 +++ /sbin/dhclient-script 2008-01-16 11:51:34.000000000 +0100 @@ -23,7 +23,7 @@ if [ -n "$new_domain_name" ]; then new_domain_search="$new_domain_name $new_domain_search" fi - echo "search ${new_domain_search/\\032/ }" >> $new_resolv_conf + echo "search ${new_domain_search//\\032/ }" >> $new_resolv_conf fi if [ -n "$new_domain_name_servers" ]; then for nameserver in $new_domain_name_servers; do
signature.asc
Description: This is a digitally signed message part