Patch-ID# 102126-01 Keywords: 4.1.3 cu uucp Synopsis: SunOS 4.1.3: fix for cu and uucp Date: Oct/24/94 Solaris Release: 1.1 SunOS Release: 4.1.3 Unbundled Product: Unbundled Release: Relevant Architectures: sparc BugId's fixed with this patch: 1163674 Changes incorporated in this version: 1163674 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: cu, uucico Problem Description: [1163674] problem: cu and uucici split the input and output baud rate. the input baud rate is fixed at 9600 fix: modified portions of the cu and uucico in such way that all 32 bits of the c_cflag are updated (termios vs termio structure) Patch Installation Instructions: As root, backup the old file: mv /bin/cu /bin/cu.FCS mv /usr/lib/uucp/uucico /usr/lib/uucp/uucico.FCS Now install the patched file from the patch directory location: cp cu /bin/cu chmod 4111 /bin/cu chown uucp /bin/cu cp uucp /usr/lib/uucp/uucico chmod 4111 /usr/lib/uucp/uucico chown uucp /usr/lib/uucp/uucico