packages: clean up the package folder
[openwrt.git] / package / utils / busybox / patches / 902-telnetd_intr.patch
diff --git a/package/utils/busybox/patches/902-telnetd_intr.patch b/package/utils/busybox/patches/902-telnetd_intr.patch
new file mode 100644 (file)
index 0000000..862ece0
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/networking/telnetd.c
++++ b/networking/telnetd.c
+@@ -330,6 +330,7 @@ make_new_session(
+       /* Restore default signal handling ASAP */
+       bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
++      signal(SIGINT, SIG_DFL);
+       pid = getpid();