From 0478d2c9cf132f81417b6648e08a7a0643e0294f Mon Sep 17 00:00:00 2001 From: Sergey Dvoriancev Date: Sun, 26 Feb 2012 21:28:19 +0400 Subject: Update config/lightsquid/lightsquid.inc --- config/lightsquid/lightsquid.inc | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/config/lightsquid/lightsquid.inc b/config/lightsquid/lightsquid.inc index 5e16587a..b27bd54a 100644 --- a/config/lightsquid/lightsquid.inc +++ b/config/lightsquid/lightsquid.inc @@ -119,11 +119,6 @@ function lightsquid_deinstall() { // delete cron task's ls_setup_cron("lightsquid_squid_rotate", "", "", false); ls_setup_cron("lightsquid_parser", "", "", false); - // control shoot to head :) -# mwexec(CMD_PKGDELETE); - // remove '/usr/local/www/lightsquid' dir - any time can't be removed by templates -# if (file_exists(LS_WWWPATH)) -# mwexec("rm -rf " . LS_WWWPATH); update_log("lightsquid_deinstall: stopped"); } @@ -259,36 +254,7 @@ function lightsquid_resync() { ls_setup_cron("lightsquid_parser_yesterday", "", "", false); } - // set shedule - squid rotate -# if ($tm_squid) { -# $on = false; -# $opt = array("0", "0", "*", "*", "*", "root", CRONTAB_SQUID_TEMPLATE); -# switch($tm_squid) { -# // day of month -# case 'lsr_none':$on = false; break; -# case 'lsr_d1': $on = true; $opt[2]= "*/1"; break; -# case 'lsr_d2': $on = true; $opt[2]= "*/2"; break; -# case 'lsr_d3': $on = true; $opt[2]= "*/3"; break; -# case 'lsr_d4': $on = true; $opt[2]= "*/4"; break; -# case 'lsr_d5': $on = true; $opt[2]= "*/5"; break; -# case 'lsr_d6': $on = true; $opt[2]= "*/6"; break; -# case 'lsr_d10': $on = true; $opt[2]= "*/10"; break; -# case 'lsr_d15': $on = true; $opt[2]= "*/15"; break; -# case 'lsr_d20': $on = true; $opt[2]= "*/20"; break; -# case 'lsr_d25': $on = true; $opt[2]= "*/25"; break; -# case 'lsr_d30': $on = true; $opt[2]= "*/30"; break; -# // day of week -# case 'lsr_w1': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w2': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w3': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w4': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w5': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w6': $on = true; $opt[4]= "*/1"; break; -# case 'lsr_w7': $on = true; $opt[4]= "*/1"; break; -# } -# ls_setup_cron("lightsquid_squid_rotate", $opt, CRONTAB_SQUID_JOBKEY, $on); -# } else - ls_setup_cron("lightsquid_squid_rotate", "", "", false); + ls_setup_cron("lightsquid_squid_rotate", "", "", false); // update squid conf if (isset($config['installedpackages']['squid']['config'][0])) { -- cgit v1.2.3