From b3dcfc7cfa76a09bcd6cdfddaf7897b88b98aa20 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Mon, 6 Aug 2012 11:38:44 +0200 Subject: include file /etc/boca.conf with info where is boca installed --- boca-1.5.0/tools/installv2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boca-1.5.0/tools/installv2.sh') diff --git a/boca-1.5.0/tools/installv2.sh b/boca-1.5.0/tools/installv2.sh index 79443ba..5552aa9 100755 --- a/boca-1.5.0/tools/installv2.sh +++ b/boca-1.5.0/tools/installv2.sh @@ -15,10 +15,10 @@ # // You should have received a copy of the GNU General Public License # // along with this program. If not, see . # //////////////////////////////////////////////////////////////////////////////// -# // Last modified 05/aug/2012 by cassio@ime.usp.br +# // Last modified 06/aug/2012 by cassio@ime.usp.br #/////////////////////////////////////////////////////////////////////////////////////////// echo "#############################################################" -echo "### installv2.sh of 09/july/2012 (A) by cassio@ime.usp.br ###" +echo "### installv2.sh of 06/Aug/2012 (A) by cassio@ime.usp.br ###" echo "#############################################################" # checked with ubuntu 10.04 and 10.10 and 11.04 and 12.04 @@ -313,7 +313,7 @@ fi if [ -f /etc/icpc/installboca.sh ]; then chmod 750 /etc/icpc/installboca.sh /sbin/iptables -F - /etc/icpc/installboca.sh $3 + /etc/icpc/installboca.sh "$3" "$4" else echo "************* SCRIPT TO INSTALL BOCA NOT FOUND -- SOMETHING IS WRONG -- I CANT INSTALL BOCA **************" fi -- cgit v1.2.3