[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)
commitbd78e381b0465c4ea122d9487ff9fe21fbdd2589
treedaf87167b35d42e77d1f02fbe2d3238fa1202710
parent8b70d7ed8f6e559e89d4e1ec7463cc6cebca8505
[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

SVN-Revision: 18088
package/busybox/patches/902-telnetd_intr.patch [new file with mode: 0644]