summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-12-04 14:09:16 -0500
committerjim-p <jimp@pfsense.org>2012-12-04 14:09:16 -0500
commit649f13fc9ce575247b7b4141b0e0542844494c78 (patch)
tree5c9b82340a99d7ab224c7fa1750483a0b9d31449 /etc
parent198bb44993ff5a8d639522e325cc96cec0df96a2 (diff)
downloadpfsense-649f13fc9ce575247b7b4141b0e0542844494c78.zip
pfsense-649f13fc9ce575247b7b4141b0e0542844494c78.tar.gz
Make 11/111 console menu options both kill php, lighty, and then restart the GUI. Not perfect, but better than 11 not working for the times most people need it. Ticket #2709
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 155faab..315ede1 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -137,8 +137,6 @@ case ${opmode} in
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
11)
- /etc/rc.restart_webgui
- ;;
111)
/usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui
;;
OpenPOWER on IntegriCloud