diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 9025dc8a0..1b00eaea1 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -756,10 +756,10 @@ function reload_all_sync() {
mwexec("/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd");
/* restart sshd */
- send_event("service restart sshd");
+ mwexec('/usr/local/etc/rc.sshd');
/* restart webConfigurator if needed */
- send_event("service restart webgui");
+ mwexec('/usr/local/etc/rc.restart_webgui');
}
function setup_serial_port($when = 'save', $path = '')
diff --git a/src/etc/rc.reload_all b/src/etc/rc.reload_all
index d7577cf79..1da6af174 100755
--- a/src/etc/rc.reload_all
+++ b/src/etc/rc.reload_all
@@ -37,6 +37,5 @@ require_once("captiveportal.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();
diff --git a/src/www/wizards/setup_wizard.xml b/src/www/wizards/setup_wizard.xml
index 1e4c018d8..1c84ccd88 100644
--- a/src/www/wizards/setup_wizard.xml
+++ b/src/www/wizards/setup_wizard.xml
@@ -571,16 +571,6 @@
submit
-
-
- 8
- Reload in progress
-
- A reload is now in progress. Please wait. <p>
- <meta http-equiv="refresh" content="5; url=wizard.php?xml=setup_wizard.xml&stepid=8" >
- <p>
- The wizard will redirect to the next step once the reload is completed.
-
+
+
+
+ 8
+ Reload in progress
+
+ A reload is now in progress. Please wait. <p>
+ <meta http-equiv="refresh" content="5; url=wizard.php?xml=setup_wizard.xml&stepid=8" >
+ <p>
+ The wizard will redirect to the next step once the reload is completed.
+
+
+