From f9a109a3088ac6034020303a04e3836794e3a0b1 Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 7 Jan 2013 13:10:02 -0500 Subject: Make option 11 kill php and lighty like it does on HEAD --- etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.1