View | Details | Raw Unified | Return to bug 18771
Collapse All | Expand All

(-)src/contrib/isc-dhcp/client/scripts/freebsd Tue May 23 17:50:22 2000 (-4 / +1 lines)
Lines 129-138 Link Here
129
   then
129
   then
130
    ifconfig $interface inet alias $alias_ip_address $alias_subnet_arg
130
    ifconfig $interface inet alias $alias_ip_address $alias_subnet_arg
131
  fi
131
  fi
132
  echo search $new_domain_name >/etc/resolv.conf
132
  make_resolv_conf
133
  for nameserver in $new_domain_name_servers; do
134
    echo nameserver $nameserver >>/etc/resolv.conf
135
  done
136
  exit_with_hooks 0
133
  exit_with_hooks 0
137
fi
134
fi

Return to bug 18771