pkgsrc/net/uucp/patches/patch-ab
jlam c1009ac844 Merge improvements from the version of Taylor UUCP 1.06.1 that exists
in NetBSD's src/gnu/libexec/uucp directory.  Changes include:

   * Teaching cu(1) about hardware flow control.
   * Make cu(1) honor "echocheck" and "binary mode" with respect to
     inspecting the data stream for newlines.
   * Make some proper integer casts so as not to break on LP64 platforms.
   * Teach uucp to substitute for \H with the IP address of the system.
   * Avoid potential divide-by-zero errors when computing times using
     serial rates.
   * Properly initialize some variables.

The main difference between this version and the one in NetBSD is the
location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is
${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp.

Bump PKGREVISION to 1.
2006-10-30 03:33:59 +00:00

12 lines
325 B
Text

$NetBSD: patch-ab,v 1.1 2006/10/30 03:33:59 jlam Exp $
--- chat.c.orig 2003-05-29 02:08:44.000000000 -0400
+++ chat.c
@@ -566,6 +566,7 @@ fcsend (qconn, puuconf, z, qsys, qdial,
pfwrite = fconn_write;
zcallout_login = NULL;
zcallout_pass = NULL;
+ fquote = FALSE;
#if DEBUG > 1
if (FDEBUGGING (DEBUG_CHAT))