freebsd-ports/comms/ser2net/files/patch-dataxfer.c
Shaun Amott 206c719b44 Add UUCP device locking support.
PR:		ports/106457
Submitted by:	Eric Masson <emss@free.fr>
Approved by:	Devon H. O'Dell <devon.odell@coyotepoint.com> (maintainer)
2006-12-08 03:00:42 +00:00

11 lines
311 B
C

--- dataxfer.c.orig Thu Dec 7 20:09:25 2006
+++ dataxfer.c Thu Dec 7 20:10:33 2006
@@ -53,7 +53,7 @@
#endif /* HAVE_TCPD_H */
#ifdef USE_UUCP_LOCKING
-static char *uucp_lck_dir = "/var/lock";
+static char *uucp_lck_dir = "/var/spool/lock";
#ifndef HAVE_TCPD_H
static char *progname = "ser2net";
#endif