HomeSort by relevance Sort by last modified time
    Searched refs:new_domain_search (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 32 if [ -z "$new_domain_search" ]; then
36 setprop dhcp.${interface}.domain "${new_domain_name}$separator${new_domain_search}"
20-resolv.conf 76 -z "$new_domain_search" ]; then
86 if [ -z "$new_domain_search" -a -n "$2" ]; then
87 new_domain_search="$@"
90 if [ -n "$new_domain_search" ]; then
91 conf="${conf}search $new_domain_search\n"

Completed in 42 milliseconds