Changeset 130 for honeyclient/branches/rel/0.9/bin
- Timestamp:
- 12/20/06 11:09:07 (2 years ago)
- Files:
-
- honeyclient/branches/rel/0.9 (modified) (1 prop)
- honeyclient/branches/rel/0.9/bin/StartAgent.pl (modified) (2 diffs, 1 prop)
- honeyclient/branches/rel/0.9/bin/StartManager.pl (modified) (3 diffs, 1 prop)
- honeyclient/branches/rel/0.9/bin/TestRegistry.pl (copied) (copied from honeyclient/tags/bug/POST-42/bin/TestRegistry.pl)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/rel/0.9
- Property sc:bug-fix-release-branch set to 0.9
honeyclient/branches/rel/0.9/bin/StartAgent.pl
- Property svn:keywords set to Id "$file"
r13 r130 1 #!perl -w 1 #!perl -w -Ilib 2 3 # $Id$ 2 4 3 5 use strict; … … 35 37 print "Watchdog fault detected, recovering Agent daemon.\n"; 36 38 # XXX: Reenable this, eventually. 37 #Carp::carp __PACKAGE__ . "->_watchdogFaultHandler(): Error occurred during processing.\n" . $errMsg;39 #Carp::carp __PACKAGE__ . "->_watchdogFaultHandler(): Error occurred during processing.\n" . $errMsg; 38 40 39 41 honeyclient/branches/rel/0.9/bin/StartManager.pl
- Property svn:keywords set to Id "$file"
r13 r130 1 #!/usr/bin/perl -w 1 #!perl -w -Ilib 2 3 # $Id$ 2 4 3 5 use strict; … … 20 22 my $agentState = HoneyClient::Manager->run( 21 23 driver => 'IE', # Change to 'IE' or 'FF' 22 master_vm_config => '/vm/Agent.Master- 2/winXPPro.cfg',24 master_vm_config => '/vm/Agent.Master-7/winXPPro.cfg', 23 25 agent_state => encode_base64(nfreeze({ 24 26 IE => { # Change to 'IE' or 'FF' … … 26 28 # Enable this line, if you want to only go to the 27 29 # first 5 links for each domain. 28 #max_relative_links_to_visit => 5,30 max_relative_links_to_visit => 5, 29 31 }, 30 32 })),
