1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/irc/tircproxy/files/patch-ac
Michael Haro 432629ab1d Port irc/tircproxy has an unfetchable distfile. Patch updates port to
version 0.4.5.

PR:		23739
Submitted by:	    George Reid <greid@ukug.uk.freebsd.org>
2001-03-29 22:34:10 +00:00

13 lines
349 B
Plaintext

--- tircproxy.c.orig Thu Mar 29 14:28:26 2001
+++ tircproxy.c Thu Mar 29 14:28:28 2001
@@ -2201,7 +2201,9 @@
/* People neither using the CDIR stuff nor running as root probably
* couldn't care less about ident problems.
*/
+#ifdef CDIR_IDENT
if (!use_cdir && getuid()) tries = 10;
+#endif
/* FIXME: dangerous sprintfs */
#ifdef CDIR