From 2672d65db36b22a300ad519012f0f9c831efa32a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 28 Nov 2007 19:51:27 +0000 Subject: Move update bogons script to 3am. Discussed on pfSense-support@ --- cf/conf/config.xml | 2 +- conf.default/config.xml | 2 +- etc/inc/config.inc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 0cd1cb6..4df2ab2 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -646,7 +646,7 @@ 1 - 2 + 3 1 * * diff --git a/conf.default/config.xml b/conf.default/config.xml index c7b7778..2d542a6 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -637,7 +637,7 @@ 1 - 2 + 3 1 * * diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 74a650b..ce8265c 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -492,9 +492,9 @@ function convert_config() { for($x=0; $x<$cron_item_count; $x++) { if(stristr($config['cron']['item'][$x]['command'], "rc.update_bogons.sh")) { if($config['cron']['item'][$x]['hour'] == "*" ) { - $config['cron']['item'][$x]['hour'] = "2"; - write_config("Updated bogon update frequency to 2am"); - log_error("Updated bogon update frequency to 2am"); + $config['cron']['item'][$x]['hour'] = "3"; + write_config("Updated bogon update frequency to 3am"); + log_error("Updated bogon update frequency to 3am"); } } } -- cgit v1.1