Blame SOURCES/telnet-0.17-8bit.patch

ce2f68
diff -ru netkit-telnet-0.17.orig/telnet/main.c netkit-telnet-0.17/telnet/main.c
ce2f68
--- netkit-telnet-0.17.orig/telnet/main.c	2003-05-15 20:07:40.000000000 +0200
ce2f68
+++ netkit-telnet-0.17/telnet/main.c	2003-05-16 00:18:28.000000000 +0200
ce2f68
@@ -143,7 +143,7 @@
ce2f68
 	while ((ch = getopt(argc, argv, "78DEKLS:X:ab:cde:fFk:l:n:rt:x")) != -1) {
ce2f68
 		switch(ch) {
ce2f68
 		case '8':
ce2f68
-			eight = 3;	/* binary output and input */
ce2f68
+			binary = 3;	/* send TELNET BINARY option for output and input */
ce2f68
 			break;
ce2f68
 		case '7':
ce2f68
 			eight = 0;
ce2f68
@@ -165,7 +165,7 @@
ce2f68
 #endif
ce2f68
 			break;
ce2f68
 		case 'L':
ce2f68
-			eight |= 2;	/* binary output only */
ce2f68
+			binary = 2;	/* send TELNET BINARY option for output only */
ce2f68
 			break;
ce2f68
 		case 'S':
ce2f68
 		    {
ce2f68
diff -ru netkit-telnet-0.17.orig/telnet/telnet.1 netkit-telnet-0.17/telnet/telnet.1
ce2f68
--- netkit-telnet-0.17.orig/telnet/telnet.1	2003-05-15 20:07:40.000000000 +0200
ce2f68
+++ netkit-telnet-0.17/telnet/telnet.1	2003-05-15 23:38:37.000000000 +0200
ce2f68
@@ -76,6 +76,8 @@
ce2f68
 .Pp
ce2f68
 The options are as follows:
ce2f68
 .Bl -tag -width Ds
ce2f68
+.It Fl 7
ce2f68
+Strip 8th bit on input and output. Telnet is 8-bit clean by default but doesn't send the TELNET BINARY option unless forced.
ce2f68
 .It Fl 8
ce2f68
 Specifies an 8-bit data path.
ce2f68
 This causes an attempt to negotiate the