=================================================================== RCS file: /home/cvs/OpenXM/src/asir-port/asir-port.sh,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- OpenXM/src/asir-port/asir-port.sh 2006/06/28 11:41:11 1.14 +++ OpenXM/src/asir-port/asir-port.sh 2006/06/28 12:13:54 1.15 @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenXM: OpenXM/src/asir-port/asir-port.sh,v 1.13 2006/02/13 04:37:36 takayama Exp $ +# $OpenXM: OpenXM/src/asir-port/asir-port.sh,v 1.14 2006/06/28 11:41:11 takayama Exp $ # Downloading Risa/Asir for FLL-free systems. # Risa/Asir is installed under $HOME/.asir-tmp/$asirname # Symbolic link to $asirname from $OpenXM_HOME/bin/asir must exist @@ -61,8 +61,8 @@ _check_install_error() { if [ ! -f $HOME/.asir-tmp/$asirnamegunzip ]; then echo "Installation of Risa/Asir from the network seems to be failed."; \ echo "Please check if your computer is connected to the internet "; \ - echo " and you can download files from ftp.math.kobe-u.ac.jp "; \ - echo " by passive ftp."; \ + echo " and you can download files from www.math.kobe-u.ac.jp "; \ + echo " by http."; \ sleep 60 ; \ fi }