#!/bin/bash # Program: # English Language file for client_install # Author: # Waue, Shunfa, Rock {waue, shunfa, rock}@nchc.org.tw # Version: # 1.0 # History: # 2010/06/14 Rock First release (1.0) # [Variables Declaration] # ## Lang for client_install ## par_echo_1="Your master IP:" par_echo_2="Is this data cooect? (yes/no): " par_echo_3="These parameters are correct." par_echo_4="Please edit these parameters in this file." ## [Lang for client_install_fun.sh] ## ### [for choose_lang()] ### choose_lang_1="Plz choose your language: (1)English (2)中文" choose_lang_2="(1/2):" ### [for check_root()]### check_root_1="Please Change root to execute it!!!" check_root_2="Identify is root." ### [for check_systemInfo()]### check_sys_1="check_systemInfo" check_sys_2="Your system information are: " ### [for install_packages()]### install_pack_1="install_packages" install_pack_2="Check dependent packages" install_pack_if_1="It will install some packages (expect, ssh, and dialog)." install_pack_if_2="Please manually install expect, ssh, and dialog." ### [for check_nez_installed()] ### ### [for check_sunJava()] ### ### [for check_ssh()] ### ### [for check_dialog()] ### ### [for creat_nutchuser_account()] ### ### [for scp_packages()] ### ### [for install_nutch_package()] ### ### [for recall_hostname_ip()] ###