summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-14 09:57:17 +0000
committerErmal <eri@pfsense.org>2011-06-14 09:57:17 +0000
commit7905df983103f1288fb22f6db192f3de64a0daa2 (patch)
tree2ad4bf8426bff772699cb2db5b2913d9b14fd6c4 /etc/rc.filter_synchronize
parent63f81fbd88f69fe04bf385d81e97f64589debda8 (diff)
downloadpfsense-7905df983103f1288fb22f6db192f3de64a0daa2.zip
pfsense-7905df983103f1288fb22f6db192f3de64a0daa2.tar.gz
Porvide information for the filter reload status screen.
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index af0e5cc..460824b 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -258,8 +258,10 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
exit;
- } else
+ } else {
log_error("XMLRPC sync successfully completed with {$url}:{$port}.");
+ update_filter_reload_status("XMLRPC sync successfully completed with {$url}:{$port}.");
+ }
$numberofruns = 3;
}
$numberofruns++;
OpenPOWER on IntegriCloud