projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
busybox
/
patches
/
902-telnetd_intr.patch
diff --git
a/package/busybox/patches/902-telnetd_intr.patch
b/package/busybox/patches/902-telnetd_intr.patch
index
92a2d47
..
862ece0
100644
(file)
--- a/
package/busybox/patches/902-telnetd_intr.patch
+++ b/
package/busybox/patches/902-telnetd_intr.patch
@@
-1,10
+1,10
@@
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
-@@ -3
06,6 +306
,7 @@ make_new_session(
+@@ -3
30,6 +330
,7 @@ make_new_session(
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
/* Restore default signal handling ASAP */
bb_signals((1 << SIGCHLD) + (1 << SIGPIPE), SIG_DFL);
+ signal(SIGINT, SIG_DFL);
- /* Make new session and process group */
- setsid();
+ pid = getpid();
+
This page took
0.023511 seconds
and
4
git commands to generate.