c1009ac844
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.
28 lines
608 B
Text
28 lines
608 B
Text
$NetBSD: patch-ac,v 1.1 2006/10/30 03:33:59 jlam Exp $
|
|
|
|
--- cu.1.orig 2003-05-29 02:08:45.000000000 -0400
|
|
+++ cu.1
|
|
@@ -225,6 +225,11 @@ and
|
|
.B \-o
|
|
are given.
|
|
.TP 5
|
|
+.B (\-F, default)
|
|
+Use hardware flow control.
|
|
+.B (-f).
|
|
+Turn off hardware flow control.
|
|
+.TP 5
|
|
.B \-h, \-\-halfduplex
|
|
Echo characters locally (half-duplex mode).
|
|
.TP 5
|
|
@@ -265,6 +270,11 @@ Where # is a number, equivalent to
|
|
.B \-n, \-\-prompt
|
|
Prompt for the phone number to use.
|
|
.TP 5
|
|
+.B \-q
|
|
+Be quiet during file transfers.
|
|
+.I cu
|
|
+is normally quite verbose.
|
|
+.TP 5
|
|
.B \-d
|
|
Enter debugging mode. Equivalent to
|
|
.B \-\-debug all.
|