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

Lines Matching full:then

20 	if [ -n "$interfaces" ]; then
33 if [ -n "$2" ]; then
35 elif [ -n "$1" ]; then
53 if [ -f /etc/resolv.conf.head ]; then
59 if [ -f /etc/resolv.conf.tail ]; then
76 -z "$new_domain_search" ]; then
81 if [ -n "$new_domain_name" ]; then
86 if [ -z "$new_domain_search" -a -n "$2" ]; then
90 if [ -n "$new_domain_search" ]; then
96 if type resolvconf >/dev/null 2>&1; then
102 if [ -e "$resolv_conf_dir/$interface" ]; then
112 if type resolvconf >/dev/null 2>&1; then
115 if [ -e "$resolv_conf_dir/$interface" ]; then
122 if $if_up; then
124 elif $if_down; then