From adcf2c67968dcaa967d500c1327785c09b0be597 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 8 Aug 2006 14:30:04 +0000 Subject: [PATCH] changed ADMIN_restart_roll_logs.pl to remove depricated log locations. git-svn-id: svn://192.168.202.10@134 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/ADMIN_restart_roll_logs.pl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bin/ADMIN_restart_roll_logs.pl b/bin/ADMIN_restart_roll_logs.pl index a617e3da..3fc0c12b 100644 --- a/bin/ADMIN_restart_roll_logs.pl +++ b/bin/ADMIN_restart_roll_logs.pl @@ -18,18 +18,6 @@ $now_date_epoch = time(); $now_date = "$year-$mon-$mday---$hour$min$sec"; -print "rolling AST_update log...\n"; -`mv -f /home/cron/LOG_AST_update.log /home/cron/LOGS/LOG_AST_update.log.$now_date`; - -print "rolling MSAST_update log...\n"; -`mv -f /home/cron/MSLOG_AST_update.log /home/cron/LOGS/MSLOG_AST_update.log.$now_date`; - -print "rolling LIAST_update log...\n"; -`mv -f /home/cron/LILOG_AST_update.log /home/cron/LOGS/LILOG_AST_update.log.$now_date`; - -print "rolling VDAST_update log...\n"; -`mv -f /home/cron/VDLOG_AST_update.log /home/cron/LOGS/VDLOG_AST_update.log.$now_date`; - print "rolling Asterisk messages log...\n"; `mv -f /var/log/asterisk/messages /var/log/asterisk/messages.$now_date`;