summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-18 18:35:57 +0000
committerErmal <eri@pfsense.org>2010-06-18 18:35:57 +0000
commit769e254ee1316fb5d4a9429a37f44b6d8955fe55 (patch)
tree905506e992458fbca798e896d9693155d1c780de /etc/rc.restart_webgui
parente00ec007cfade49ee38eafbbfd92b0f1f4a8a0bd (diff)
downloadpfsense-769e254ee1316fb5d4a9429a37f44b6d8955fe55.zip
pfsense-769e254ee1316fb5d4a9429a37f44b6d8955fe55.tar.gz
Do not reconfigure CP on every event of interfaces or while reloading the webGUI. Create 2 new function to just rewrite rules and restart the webserver for CP repctively for interface events and webGUI restart events.
Diffstat (limited to 'etc/rc.restart_webgui')
-rwxr-xr-xetc/rc.restart_webgui4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui
index fd0d8b9..463f934 100755
--- a/etc/rc.restart_webgui
+++ b/etc/rc.restart_webgui
@@ -14,10 +14,10 @@ echo "Restarting webConfigurator...";
system_webgui_start();
-captiveportal_configure();
+captiveportal_init_webgui();
enable_rrd_graphing();
echo " done.\n\n";
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud