1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/xinetd/files/patch-aa
Steve Price 4b2153bbb8 Make this port ${PREFIX}-friendly and have it install its
files with the right permissions by hacking up the do-install
target to do it ourselves.

PR:		7194
Hinted at by:	hoek@freebsd.org
1998-07-11 00:37:53 +00:00

21 lines
450 B
Plaintext

*** xinetd/defs.h.orig Thu Mar 20 11:29:27 1997
--- xinetd/defs.h Thu Mar 20 11:29:46 1997
***************
*** 100,106 ****
/*
* Used for listen(2)
*/
! #define LISTEN_BACKLOG 7
/*
* When explicit values are given for enum's, that is because the structures
--- 100,106 ----
/*
* Used for listen(2)
*/
! #define LISTEN_BACKLOG 64
/*
* When explicit values are given for enum's, that is because the structures