From 29cce7361b7b637c109fcbc3a86518aa85aecf15 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 30 Sep 2005 12:05:40 +0000 Subject: - Make portlint happy - Use USE_RC_SUBR facility - Rename patch-a* files - Remove one uneeded patch and use REINPLACE_CMD instead - Take maintainership --- net/rinetd/files/patch-rinetd.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/rinetd/files/patch-rinetd.c (limited to 'net/rinetd/files/patch-rinetd.c') diff --git a/net/rinetd/files/patch-rinetd.c b/net/rinetd/files/patch-rinetd.c new file mode 100644 index 000000000000..c7797d5978ce --- /dev/null +++ b/net/rinetd/files/patch-rinetd.c @@ -0,0 +1,10 @@ +--- 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(); -- cgit v1.2.3