From ac809df21402229e7d7f88c384828b6dd8b0cc51 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 28 Aug 2006 16:00:02 +0000 Subject: [PATCH] keepalive changes to VDadapt git-svn-id: svn://192.168.202.10@228 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/ADMIN_keepalive_AST_VDadapt.pl | 2 +- bin/AST_VDadapt.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/ADMIN_keepalive_AST_VDadapt.pl b/bin/ADMIN_keepalive_AST_VDadapt.pl index 756de89a..254c1d41 100644 --- a/bin/ADMIN_keepalive_AST_VDadapt.pl +++ b/bin/ADMIN_keepalive_AST_VDadapt.pl @@ -126,7 +126,7 @@ if (!$running_VDAD) { if ($DB) {print "starting AST_VDadapt...\n";} # add a '-L' to the command below to activate logging - `/usr/bin/screen -d -m -S ASTVDadapt $PATHhome/AST_VDadapt.pl`; + `/usr/bin/screen -d -m -S ASTVDadapt $PATHhome/AST_VDadapt.pl --debug`; } } diff --git a/bin/AST_VDadapt.pl b/bin/AST_VDadapt.pl index 08b06562..25f89400 100644 --- a/bin/AST_VDadapt.pl +++ b/bin/AST_VDadapt.pl @@ -172,6 +172,13 @@ if (length($ARGV[0])>1) } } } +else +{ +$CLIcampaign = ''; +$CLIlevel = ''; +$CLIloops = '1000000'; +$CLIdelay = '1'; +} # default path to astguiclient configuration file: $PATHconf = '/etc/astguiclient.conf';