1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/security/xinetd/files/patch-xinetd_builtins.c
Renato Botelho 5af0ec0798 security/xinetd: Make it fetchable and fix WWW
Original site is gone but code is still available on github.  Changed
WWW to point to github and also consumes source code from there.

I've compared content of current github code and original tarball and it
was just missing one function from xgetloadavg.c, now added using patch.

While here, re-generate patches.

PR:		270345
Reported by:	diizzy
2023-03-21 11:27:02 -03:00

12 lines
294 B
C

--- xinetd/builtins.c.orig 2012-05-09 16:03:17 UTC
+++ xinetd/builtins.c
@@ -617,7 +617,7 @@ static void tcpmux_handler( const struct server *serp
if( SC_IS_INTERNAL( scp ) ) {
SC_INTERNAL(scp, nserp);
} else {
- exec_server(nserp);
+ child_process(nserp);
}
}