summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 03:06:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 03:06:44 +0000
commit71c5821b2b701623e7d8a11dc7eec31198e47ea3 (patch)
tree6c4ac9e53b788900dbce7f354fb2f590d548cc33 /etc
parent6f4f5eb3835a24f8cb39cb0016df23d1fc203503 (diff)
downloadpfsense-71c5821b2b701623e7d8a11dc7eec31198e47ea3.zip
pfsense-71c5821b2b701623e7d8a11dc7eec31198e47ea3.tar.gz
Give the user feedback that we are reloading the settings after reassigning interfaces
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 1c970ff..9ab7b0d 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1114,8 +1114,12 @@ EOD;
if($g['booting'])
return;
+ echo "One moment while we reloading the settings...";
+
/* resync everything */
reload_all_sync();
+
+ echo " done!";
}
}
OpenPOWER on IntegriCloud