summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-01-08 23:06:43 -0600
committerChris Buechler <cmb@pfsense.org>2013-01-08 23:06:43 -0600
commit610f3ff6965e17cd79cfd51ba6c93c8c9cfd1890 (patch)
tree33224acd6e38ba4a9aff854a3ba32e90ef7859c7
parent7a5e4eaa8f0987f892a68a1c709fcc94bffa0bd4 (diff)
downloadpfsense-610f3ff6965e17cd79cfd51ba6c93c8c9cfd1890.zip
pfsense-610f3ff6965e17cd79cfd51ba6c93c8c9cfd1890.tar.gz
use Sunday rather than Monday for weekly bogon update
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index e65581e..1b1f7ce 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -178,7 +178,7 @@ if ($_POST) {
install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "*");
break;
case 'weekly':
- install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "1");
+ install_cron_job("/usr/bin/nice -n20 /etc/rc.update_bogons.sh", true, "1", "3", "*", "*", "0");
break;
case 'monthly':
// fall through
OpenPOWER on IntegriCloud