diff options
author | jim-p <jimp@pfsense.org> | 2012-12-04 21:52:46 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-12-04 21:52:46 -0500 |
commit | e670244759cb73a5d9386b3b7c42e706e1a6d90c (patch) | |
tree | 364f4a6945655fd8d8f16d78ee67805356a17c65 /etc | |
parent | 649f13fc9ce575247b7b4141b0e0542844494c78 (diff) | |
download | pfsense-e670244759cb73a5d9386b3b7c42e706e1a6d90c.zip pfsense-e670244759cb73a5d9386b3b7c42e706e1a6d90c.tar.gz |
Unbreak console menu
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index 315ede1..f5dd016 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -136,8 +136,7 @@ case ${opmode} in 10) /usr/sbin/tcpdump -n -e -ttt -i pflog0 ;; -11) -111) +11 | 111) /usr/bin/killall -9 php; /usr/bin/killall -9 lighttpd; /etc/rc.restart_webgui ;; 12) |