[busybox] At boot, the startup process is executed in a non-interactive shell. Defaul...
authorHamish Guthrie <hcg@openwrt.org>
Tue, 20 Oct 2009 06:51:30 +0000 (06:51 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Tue, 20 Oct 2009 06:51:30 +0000 (06:51 +0000)
commit0996be22e7da68dbf3c91044b894edba5249ad4c
treedaf87167b35d42e77d1f02fbe2d3238fa1202710
parent6dd67d3672646d13a8f0828947f6ad4690292055
[busybox] At boot, the startup process is executed in a non-interactive shell. Default behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/busybox/patches/902-telnetd_intr.patch [new file with mode: 0644]