Blame SOURCES/telnet-0.17-cleanup_race.patch

3521ef
--- netkit-telnet-0.17/telnetd/telnetd.c.cleanup_race	2005-01-11 18:39:49.578123000 -0500
3521ef
+++ netkit-telnet-0.17/telnetd/telnetd.c	2005-01-11 18:42:45.909616000 -0500
3521ef
@@ -1081,6 +1081,8 @@
3521ef
 	if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
3521ef
 	    ptyflush();
3521ef
     }
3521ef
+    /* to avoid a race for wtmp lock */
3521ef
+    signal(SIGCHLD, SIG_IGN);
3521ef
     cleanup(0);
3521ef
 }  /* end of telnet */
3521ef