From 1629a1a47c0ed3594ef9a9e5ad8e529b0e18fa23 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 4 Jan 2012 17:43:02 +0100 Subject: based on jimp's 7bfe60dd9e5670bb8bbc403784c69b1dcce8e923 --- config/squid-reverse/squid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/squid-reverse') diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc index f8fd13ba..151f710c 100644 --- a/config/squid-reverse/squid.inc +++ b/config/squid-reverse/squid.inc @@ -708,7 +708,7 @@ EOD; // Rotating also ensures that swap.state is rewritten, so is useful even if the logs // are not being rotated. $rotate = empty($settings['log_rotate']) ? 0 : $settings['log_rotate']; -$conf .= "logfile_rotate {$settings['log_rotate']}\n"; +$conf .= "logfile_rotate {$rotate}\n"; squid_install_cron(true); $conf .= <<