From 56c8376a9eabdc59e8f71535c0f3cd871cd776f1 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 17 Dec 2014 16:17:03 -0200 Subject: Add a cron item to expire items from webConfiguratorlockout, also add config upgrade code. This fixes #4122 --- conf.default/config.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'conf.default/config.xml') diff --git a/conf.default/config.xml b/conf.default/config.xml index e65d7a7..9470158 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -1,6 +1,6 @@ - 11.1 + 11.2 pfsense_ng @@ -178,6 +178,15 @@ /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout + */60 + * + * + * + * + root + /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 webConfiguratorlockout + + 1 1 * -- cgit v1.1