diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-20 04:22:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-20 04:22:40 +0000 |
commit | 0480df8202391e235e9da23735de502f9d83e036 (patch) | |
tree | 1156bebbd3b4fedb1a5115b403dbd1ed86327b40 /etc/rc.reload_all | |
parent | 111207b501d64abec03a44fd8680bca962e16854 (diff) | |
download | pfsense-0480df8202391e235e9da23735de502f9d83e036.zip pfsense-0480df8202391e235e9da23735de502f9d83e036.tar.gz |
Log when we are relaoding all settings
Diffstat (limited to 'etc/rc.reload_all')
-rwxr-xr-x | etc/rc.reload_all | 2 |
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 |