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

(-)/usr/ports/net/rinetd/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	rinetd
8
PORTNAME=	rinetd
9
PORTVERSION=	0.62
9
PORTVERSION=	0.62
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://www.boutell.com/rinetd/http/ \
12
MASTER_SITES=	http://www.boutell.com/rinetd/http/ \
13
		${MASTER_SITE_GENTOO}
13
		${MASTER_SITE_GENTOO}
(-)/usr/ports/net/rinetd/files/patch-rinetd.c (+8 lines)
Lines 8-10 Link Here
8
 			initArrays();
8
 			initArrays();
9
 			readConfiguration();
9
 			readConfiguration();
10
 			RegisterPID();
10
 			RegisterPID();
11
@@ -646,6 +646,7 @@
12
 			}
13
 		}
14
 	}
15
+	fclose(in);
16
 	/* Open the log file */
17
 	if (logFile) {
18
 		fclose(logFile);

Return to bug 162673