Home | History | Annotate | Download | only in dhcpcd-hooks

Lines Matching refs:search

14 	local interfaces= header= search= srvs= servers= x=
26 # Build the search list
27 search=$(cd "${resolv_conf_dir}"; \
28 key_get_value "search " ${interfaces})
29 [ -n "${search}" ] && search="search $(uniqify ${search})\n"
48 printf "${search}${servers}" >> "${cf}"
70 conf="${conf}search ${new_domain_search}\n"
72 conf="${conf}search ${new_domain_name}\n"