Skip to content

Commit

Permalink
Make option 11 kill php and lighty like it does on HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Jan 7, 2013
1 parent df0207c commit f9a109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/rc.initial
Expand Up @@ -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
Expand Down

0 comments on commit f9a109a

Please sign in to comment.