Patch-ID# 101405-01 Keywords: hosts, doesn't, "tftp", replaced, file, name, same, machine, host Synopsis: SunOS 4.1.1, 4.1.2, 4.1.3: "tftp" doesn't transfer files cleanly Date: Sep/12/94 Solaris Release: 1.1 SunOS Release: 4.1.3, 4.1.2, 4.1.1, 4.1.3C Unbundled Product: Unbundled Release: Relevant Architectures: sparc BugId's fixed with this patch: 1143856 Changes incorporated in this version: 1143856 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: in.tftpd Problem Description: 1143856 If there is an existing file on the target system by the same name, then the old file does not get replaced. And, if the new file is smaller, the tail end of the old file can still be seen as part of the file, e.g., if the old file is 10 lines long and the new file is 6 lines long, then the resulting file is the 6 lines from the new file and the last 4 lines of the old file. Patch Installation Instructions: Login as root. mv /usr/etc/in.tftpd /usr/etc/in.tftpd.FCS cp in.tftpd /usr/etc/in.tftpd chown root /usr/etc/in.tftpd chmod 755 /usr/etc/in.tftpd