remove all references to home/cron in bin scripts

git-svn-id: svn://192.168.202.10@165 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-14 16:18:36 +00:00
parent 6f97a67b6f
commit 5d108c19bd
4 changed files with 4 additions and 8 deletions
@@ -218,10 +218,6 @@ if ($DB) {print "SEED TIME $secX : $year-$mon-$mday $hour:$min:$sec LOC
$sthA->finish();
if ($DB) {print " - GMT phone codes records: $rec_countZ\n";}
# open(codefile, "/home/cron/phone_codes_GMT.txt") || die "can't open /home/cron/phone_codes_GMT.txt: $!\n";
# @codefile = <codefile>;
# close(codefile);
$ep=0; $ei=0; $ee=0;
$d=0;
foreach (@phone_codes)
+2 -2
View File
@@ -419,8 +419,8 @@ while($one_day_interval > 0)
if ($lead_id_call_list =~ /\|$lead_id\|/)
{
print "!!!!!!!!!!!!!!!!duplicate lead_id for this run: |$lead_id| $lead_id_call_list\n";
open(DUPout, ">>/home/cron/VDAD_DUPLICATE.$file_date")
|| die "Can't open /home/cron/VDAD_DUPLICATE.$file_date: $!\n";
open(DUPout, ">>$PATHlogs/VDAD_DUPLICATE.$file_date")
|| die "Can't open $PATHlogs/VDAD_DUPLICATE.$file_date: $!\n";
print DUPout "$now_date-----$lead_id_call_list-----$lead_id\n";
close(DUPout);
}
+1 -1
View File
@@ -191,7 +191,7 @@ while($one_day_interval > 0)
$tn = new Net::Telnet (Port => $telnet_port,
Prompt => '/.*[\$%#>] $/',
Output_record_separator => '',);
#$LItelnetlog = '/home/cron/listen_telnet_log.txt' # uncomment for telnet log
#$LItelnetlog = "$PATHlogs/listen_telnet_log.txt" # uncomment for telnet log
#$fh = $tn->dump_log("$LItelnetlog"); # uncomment for telnet log
if (length($ASTmgrUSERNAMElisten) > 3) {$telnet_login = $ASTmgrUSERNAMElisten;}
else {$telnet_login = $ASTmgrUSERNAME;}
+1 -1
View File
@@ -38,7 +38,7 @@
# 60718-1024 - changed to use /etc/astguiclient.conf for configs
#
$FULL_LOG = 1; # set to 1 for a full response log to be created in /home/cron/action_full.date
$FULL_LOG = 1; # set to 1 for a full response log to be created in $PATHlogs/action_full.date
$secX = time();