Changeset 153 for honeyclient/branches/exp/stephenson-link_scoring/bin
- Timestamp:
- 01/10/07 14:06:43 (2 years ago)
- Files:
-
- honeyclient/branches/exp/stephenson-link_scoring (modified) (1 prop)
- honeyclient/branches/exp/stephenson-link_scoring/bin/StartAgent.pl (modified) (2 diffs, 1 prop)
- honeyclient/branches/exp/stephenson-link_scoring/bin/StartManager.pl (modified) (2 diffs, 1 prop)
- honeyclient/branches/exp/stephenson-link_scoring/bin/TestRegistry.pl (copied) (copied from honeyclient/trunk/bin/TestRegistry.pl)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/stephenson-link_scoring
- Property sc:bug-fix-release-branch set to 0.9
honeyclient/branches/exp/stephenson-link_scoring/bin/StartAgent.pl
- Property svn:keywords set to Id "$file"
r13 r153 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/exp/stephenson-link_scoring/bin/StartManager.pl
- Property svn:keywords set to Id "$file"
r151 r153 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- 4/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'
