Changeset 933
- Timestamp:
- 10/16/07 13:43:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-dynamic_updates/bin/run.sh
r791 r933 19 19 done 20 20 21 ping www.honeyclient.org21 ping pingu.honeyclient.org 22 22 cd ~/honeyclient && svn update 23 23 24 24 while [ true ] ; do 25 sleep 5 && \ 26 perl -Ilib bin/StartAgent.pl 25 perl -Ilib bin/StartAgent.pl && sleep 1 27 26 done honeyclient/branches/exp/kindlund-dynamic_updates/etc/honeyclient.xml
r926 r933 150 150 </Driver> 151 151 <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 152 1152 0 153 153 </perform_integrity_checks> 154 154 <!-- HoneyClient::Agent::Integrity Options -->
