Date: Wed, 28 May 2008 15:21:47 GMT From: Victor Hugo Bilouro <bilouro@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 142454 for review Message-ID: <200805281521.m4SFLlgn047585@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142454 Change 142454 by bilouro@tcptest on 2008/05/28 15:21:00 correct the path and name of callable script Affected files ... .. //depot/projects/soc2008/bilouro_tcptest/src/scripts/fasteners/tcpconnect.sh#2 edit Differences ... ==== //depot/projects/soc2008/bilouro_tcptest/src/scripts/fasteners/tcpconnect.sh#2 (text+ko) ==== @@ -1,2 +1,2 @@ #!/bin/sh - python connect.py -i ed0 -s "192.168.1.10" -t "192.168.1.20" -e "00:1c:42:47:3f:cd" -d "00:1c:42:db:c5:22" -o 53639 -x 22022 + python ../tcpconnect.py -i ed0 -s "192.168.1.10" -t "192.168.1.20" -e "00:1c:42:47:3f:cd" -d "00:1c:42:db:c5:22" -o 53639 -x 22022
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805281521.m4SFLlgn047585>