1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/dspam/files/patch-src__daemon.c
Jason Unovitch 1fa4955c24 mail/dspam: fix build; remove duplicate patch hunks in to files
PR:		209184
Submitted by:	Danny Warren <danny@dannywarren.com> (maintainer)
Pointy hat to:	junovitch
2016-05-01 21:07:06 +00:00

12 lines
418 B
C

--- src/daemon.c.orig 2012-04-11 18:48:33 UTC
+++ src/daemon.c
@@ -97,7 +97,7 @@ int daemon_listen(DRIVER_CTX *DTX) {
int domain = 0; /* listening on domain socket? */
int listener; /* listener fd */
int i;
- int port = 24, queue = 32; /* default port and queue size */
+ int port = 2424, queue = 32; /* default port and queue size */
signal(SIGPIPE, SIG_IGN);
signal(SIGINT, process_signal);