summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-02-20 21:15:09 -0500
committerChris Buechler <cmb@pfsense.org>2011-02-20 21:15:09 -0500
commit0e3e825c7836a3c8bfef3e5ff3182c63a5133e51 (patch)
tree656744f43393eecc405ce3a2d51a7f5d6ccb7d7e /etc
parent75bf4f143cbf9540442e0fafb3049b3b34cb442f (diff)
downloadpfsense-0e3e825c7836a3c8bfef3e5ff3182c63a5133e51.zip
pfsense-0e3e825c7836a3c8bfef3e5ff3182c63a5133e51.tar.gz
log when CP is restarted. ticket #1278
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index e6fa70f..e2275ac 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -211,6 +211,8 @@ function captiveportal_configure() {
if ($g['booting'])
echo "Starting captive portal... ";
+ else
+ captiveportal_syslog("Restarting captive portal.");
/* kill any running mini_httpd */
killbypid("{$g['varrun_path']}/lighty-CaptivePortal.pid");
@@ -1520,4 +1522,4 @@ function portal_ip_from_client_ip($cliip) {
return false;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud