Show
Ignore:
Timestamp:
10/16/07 17:10:14 (1 year ago)
Author:
kindlund
Message:

Merged xeno-realtime_integrity into trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/bin/run.sh

    r783 r937  
    1919done 
    2020 
    21 ping www.honeyclient.org 
     21ping pingu.honeyclient.org 
    2222cd ~/honeyclient && svn update 
    2323 
     24~/honeyclient/Capture2/capture-client-xeno-mod/install/CaptureBAT.exe -c -l "C:\cygwin\tmp\realtime-changes.txt"& 
     25 
    2426while [ true ] ; do 
    25     sleep 5 && \ 
    26     perl -Ilib bin/StartAgent.pl 
     27    perl -Ilib bin/StartAgent.pl && sleep 1 
    2728done