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

(-)ser2net/Makefile (-1 lines)
Lines 14-20 Link Here
14
COMMENT=	Allows to access serial ports over IP
14
COMMENT=	Allows to access serial ports over IP
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--without-uucp-locking
18
MAN8=		${PORTNAME}.8
17
MAN8=		${PORTNAME}.8
19
PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf.sample
18
PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf.sample
20
USE_RC_SUBR=	${PORTNAME}
19
USE_RC_SUBR=	${PORTNAME}
(-)ser2net/files/patch-dataxfer.c (+11 lines)
Line 0 Link Here
1
--- dataxfer.c.orig	Thu Dec  7 20:09:25 2006
2
+++ dataxfer.c	Thu Dec  7 20:10:33 2006
3
@@ -53,7 +53,7 @@
4
 #endif /* HAVE_TCPD_H */
5
 
6
 #ifdef USE_UUCP_LOCKING
7
-static char *uucp_lck_dir = "/var/lock";
8
+static char *uucp_lck_dir = "/var/spool/lock";
9
 #ifndef HAVE_TCPD_H
10
 static char *progname = "ser2net";
11
 #endif

Return to bug 106457