Lines Matching full:then
7 if [ x"$new_domain_name_servers" != x ]; then
10 if [ x"$new_domain_search" != x ]; then
12 elif [ x"$new_domain_name" != x ]; then
22 elif [ "x${new_dhcp6_name_servers}" != x ] ; then
26 if [ "x${new_dhcp6_domain_search}" != x ] ; then
41 if [ -f /etc/dhclient-exit-hooks ]; then
49 if [ -f /etc/dhclient-enter-hooks ]; then
54 if [ $exit_status -ne 0 ]; then
63 if [ x$new_broadcast_address != x ]; then
66 if [ x$new_subnet_mask != x ]; then
69 if [ x$alias_subnet_mask != x ]; then
73 if [ x$reason = xMEDIUM ]; then
78 if [ x$reason = xPREINIT ]; then
79 if [ x$alias_ip_address != x ]; then
91 if [ x$reason = xARPCHECK ] || [ x$reason = xARPSEND ]; then
96 [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then
99 [ x$current_hostname = x$old_host_name ]; then
101 [ x$new_host_name != x$old_host_name ]; then
107 [ x$alias_ip_address != x$old_ip_address ]; then
111 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]; then
118 [ x$reason = xBOUND ] || [ x$reason = xREBOOT ]; then
123 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
130 then
140 || [ x$reason = xSTOP ]; then
141 if [ x$alias_ip_address != x ]; then
145 if [ x$old_ip_address != x ]; then
149 if [ x$alias_ip_address != x ]; then
161 if [ x$reason = xTIMEOUT ]; then
162 if [ x$alias_ip_address != x ]; then
168 if ping -q -c 1 $1; then
170 [ x$alias_ip_address != x ]; then
175 if [ "x$new_subnet_mask" = "x255.255.255.255" ] ; then
191 if [ x$reason = xPREINIT6 ]; then
201 if [ x${old_ip6_prefix} != x ] || [ x${new_ip6_prefix} != x ] ; then
207 if [ x$reason = xBOUND6 ]; then
208 if [ x${new_ip6_address} = x ] || [ x${new_ip6_prefixlen} = x ] ; then
219 if [ x${new_dhcp6_softwire} != x ] ; then
234 if [ x$reason = xRENEW6 ] || [ x$reason = xREBIND6 ]; then
235 if [ x${new_ip6_address} = x ] || [ x${new_ip6_prefixlen} = x ] ; then
245 [ "x${new_dhcp6_domain_search}" != "x${old_dhcp6_domain_search}" ] ; then
252 if [ x$reason = xDEPREF6 ]; then
253 if [ x${new_ip6_address} = x ] ; then
262 if [ x$reason = xEXPIRE6 -o x$reason = xRELEASE6 -o x$reason = xSTOP6 ]; then
263 if [ x${old_ip6_address} = x ] || [ x${old_ip6_prefixlen} = x ] ; then
275 if [ x${old_dhcp6_softwire} != x ] ; then