summaryrefslogtreecommitdiffstats
path: root/etc/rc.reload_all
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 04:22:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 04:22:40 +0000
commit0480df8202391e235e9da23735de502f9d83e036 (patch)
tree1156bebbd3b4fedb1a5115b403dbd1ed86327b40 /etc/rc.reload_all
parent111207b501d64abec03a44fd8680bca962e16854 (diff)
downloadpfsense-0480df8202391e235e9da23735de502f9d83e036.zip
pfsense-0480df8202391e235e9da23735de502f9d83e036.tar.gz
Log when we are relaoding all settings
Diffstat (limited to 'etc/rc.reload_all')
-rwxr-xr-xetc/rc.reload_all2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.reload_all b/etc/rc.reload_all
index 72e6830..896dace 100755
--- a/etc/rc.reload_all
+++ b/etc/rc.reload_all
@@ -32,8 +32,10 @@
require_once("config.inc");
require_once("filter.inc");
+log_error("rc.reload_all: Reloading all configuration settings.");
reload_all_sync();
sleep(2);
+log_error("rc.reload_all: Reloading filter configuration.");
filter_configure_sync();
?> \ No newline at end of file
OpenPOWER on IntegriCloud