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_xinetd.conf.man
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
541 B
Groff

--- xinetd/xinetd.conf.man.orig 2012-05-09 16:03:17 UTC
+++ xinetd/xinetd.conf.man
@@ -233,7 +233,7 @@ the server name should \fInot\fP be included in \fIser
determines the arguments passed to the server. In contrast to \fBinetd\fP,
the server name should \fInot\fP be included in \fIserver_args\fP.
.TP
-+.B libwrap
+.B libwrap
overrides the service name passed to libwrap (which defaults to the
server name, the first server_args component with NAMEINARGS, the id
for internal services and the service name for redirected services).