diff options
author | jim-p <jimp@pfsense.org> | 2013-01-07 13:10:02 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-01-07 13:10:02 -0500 |
commit | f9a109a3088ac6034020303a04e3836794e3a0b1 (patch) | |
tree | 0aec8c89bbea8e8feb928c587d8a19a841fd6586 /etc | |
parent | df0207cea9dbed0d0816f5c89cd6a9827936eadb (diff) | |
download | pfsense-f9a109a3088ac6034020303a04e3836794e3a0b1.zip pfsense-f9a109a3088ac6034020303a04e3836794e3a0b1.tar.gz |
Make option 11 kill php and lighty like it does on HEAD
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial | 2 |
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 |