29cce7361b
- Use USE_RC_SUBR facility - Rename patch-a* files - Remove one uneeded patch and use REINPLACE_CMD instead - Take maintainership
10 lines
250 B
C
10 lines
250 B
C
--- rinetd.c.orig Thu Jul 19 22:19:59 2001
|
|
+++ rinetd.c Thu Jul 19 22:20:26 2001
|
|
@@ -243,6 +243,7 @@
|
|
signal(SIGHUP, hup);
|
|
#endif /* WIN32 */
|
|
signal(SIGTERM, term);
|
|
+ setsid();
|
|
initArrays();
|
|
readConfiguration();
|
|
RegisterPID();
|