View | Details | Raw Unified | Return to bug 80934
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	oops
8
PORTNAME=	oops
9
PORTVERSION=	${OOPSVERSION}
9
PORTVERSION=	${OOPSVERSION}
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://oops-cache.org/
12
MASTER_SITES=	http://oops-cache.org/
13
DISTNAME=	${PORTNAME}-${OOPSVERSION}
13
DISTNAME=	${PORTNAME}-${OOPSVERSION}
(-)files/patch-src_modules_transparent.c (+14 lines)
Added Link Here
1
2
$FreeBSD$
3
4
--- src/modules/transparent.c.orig
5
+++ src/modules/transparent.c
6
@@ -214,7 +214,7 @@
7
 	natLookup.nl_outip = rq->client_sa.sin_addr;
8
 	natLookup.nl_flags = IPN_TCP;
9
 	if (natfd < 0) {
10
-	    natfd = open(IPL_NAT, O_RDONLY, 0);
11
+	    natfd = open(IPNAT_NAME, O_RDONLY, 0);
12
 	    if (natfd < 0) {
13
 		my_xlog(OOPS_LOG_HTTP|OOPS_LOG_DBG|OOPS_LOG_SEVERE, "transparent/redir(): NAT open failed: %m\n");
14
 		goto notdone;

Return to bug 80934