summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-01-07 13:10:02 -0500
committerjim-p <jimp@pfsense.org>2013-01-07 13:10:02 -0500
commitf9a109a3088ac6034020303a04e3836794e3a0b1 (patch)
tree0aec8c89bbea8e8feb928c587d8a19a841fd6586
parentdf0207cea9dbed0d0816f5c89cd6a9827936eadb (diff)
downloadpfsense-f9a109a3088ac6034020303a04e3836794e3a0b1.zip
pfsense-f9a109a3088ac6034020303a04e3836794e3a0b1.tar.gz
Make option 11 kill php and lighty like it does on HEAD
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 9f2de7a..def9d8b 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -132,7 +132,7 @@ case ${opmode} in
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
11)
- /etc/rc.restart_webgui
+ /usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui
;;
12)
/usr/local/sbin/pfSsh.php
OpenPOWER on IntegriCloud