[Netadm-devel] gwc/scripts install.sh,1.8,1.9
Status: Beta
Brought to you by:
linuxpark
From: linuxpark <lin...@us...> - 2006-02-20 18:40:59
|
Update of /cvsroot/netadm/gwc/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32529/scripts Modified Files: install.sh Log Message: fix: i found some ugly english during installation process. ignore this fix. Index: install.sh =================================================================== RCS file: /cvsroot/netadm/gwc/scripts/install.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** install.sh 19 Feb 2006 21:59:59 -0000 1.8 --- install.sh 20 Feb 2006 18:40:48 -0000 1.9 *************** *** 71,75 **** version %s ! This script is a configurator and installor for %s." ${PROD} ${VERSION} ${PROD}) $DIALOG --msgbox "$msg" 10 75 || acex 0 } --- 71,75 ---- version %s ! This script will help you to configurate and install %s." ${PROD} ${VERSION} ${PROD}) $DIALOG --msgbox "$msg" 10 75 || acex 0 } *************** *** 413,417 **** get_target_remote () { ! dialog --title "netadm_gwc Configuration" --radiolist "Select whether the target system exiest" 10 75 2 0 "This local system" "off" 1 "Remote" "on" 2>remote.txt if [ $? != 0 ]; then --- 413,417 ---- get_target_remote () { ! dialog --title "netadm_gwc Configuration" --radiolist "Select where your target system is" 10 75 2 0 "This local system" "off" 1 "Remote" "on" 2>remote.txt if [ $? != 0 ]; then *************** *** 472,476 **** %s/config ! Installed program list ---------------------------- %s/%s { Main start|stop script } --- 472,476 ---- %s/config ! list of installed binaries. ---------------------------- %s/%s { Main start|stop script } |