Changeset 933

Show
Ignore:
Timestamp:
10/16/07 13:43:00 (1 year ago)
Author:
kindlund
Message:

Updated to support new svn infrastructure.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-dynamic_updates/bin/run.sh

    r791 r933  
    1919done 
    2020 
    21 ping www.honeyclient.org 
     21ping pingu.honeyclient.org 
    2222cd ~/honeyclient && svn update 
    2323 
    2424while [ true ] ; do 
    25     sleep 5 && \ 
    26     perl -Ilib bin/StartAgent.pl 
     25    perl -Ilib bin/StartAgent.pl && sleep 1 
    2726done 
  • honeyclient/branches/exp/kindlund-dynamic_updates/etc/honeyclient.xml

    r926 r933  
    150150        </Driver> 
    151151        <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 
    152             1 
     152            0 
    153153        </perform_integrity_checks> 
    154154        <!-- HoneyClient::Agent::Integrity Options -->