1 --- run-agent-echoey.sh 2010-04-03 15:20:48.000000000 +0200
2 +++ run-agent-echoey.sh 2010-04-03 15:22:24.000000000 +0200
4 # This script will start the Echoey the FedOne wave agent.
7 +SCRIPT_PATH=`readlink -f $0`
8 +SCRIPT_DIR=`dirname $SCRIPT_PATH`
12 if [ -f run-config.sh ] ; then
15 --- run-client-console.sh 2010-04-03 15:22:35.000000000 +0200
16 +++ run-client-console.sh 2010-04-03 15:22:58.000000000 +0200
18 # This script will start the FedOne wave client.
21 +SCRIPT_PATH=`readlink -f $0`
22 +SCRIPT_DIR=`dirname $SCRIPT_PATH`
26 if [ -f run-config.sh ] ; then
29 --- run-server.sh 2010-04-03 15:25:18.000000000 +0200
30 +++ run-server.sh 2010-04-03 15:25:30.000000000 +0200
32 # This script will start the FedOne wave server.
35 +SCRIPT_PATH=`readlink -f $0`
36 +SCRIPT_DIR=`dirname $SCRIPT_PATH`
40 if [ -f run-config.sh ] ; then
43 --- run-agent-probey.sh 2010-04-03 15:34:40.000000000 +0200
44 +++ run-agent-probey.sh 2010-04-03 15:35:05.000000000 +0200
46 # This script will start the Echoey the FedOne wave agent.
49 +SCRIPT_PATH=`readlink -f $0`
50 +SCRIPT_DIR=`dirname $SCRIPT_PATH`
54 if [ -f run-config.sh ] ; then