Bug 7869

Summary: /usr/bin/rftp doesn't run at all
Product: [Retired] Red Hat Linux Reporter: twallace
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-18 21:07:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description twallace 1999-12-17 17:58:21 UTC
/usr/bin/rftp is messed up, and has been for several releases.  Won't even
start up; just try typing rftp.  Line 312 missing quote.  My version works
better with an extra error detection number, as in following diff:

$ diff /usr/bin/rftp myrftp
116c116
<       } -re "(257|550.*exists).*ftp>.*"
---
>       } -re "(257|553|550.*exists).*ftp>.*"
312c312
<       send_user "usage: rftp [host]
---
>       send_user "usage: rftp [host]"

[WHY IS THERE NO EXPECT COMPONENT?!; I LIED ABOUT TCL/TK IN FORM]

Comment 1 Jeff Johnson 1999-12-17 18:15:59 UTC
Thanks for the patch.

Meanwhile, there's no expect component because bugzilla tracks source
rather than binary componenets, and expect is a binary sub-package
generated from the tcltk src.rpm. More than a little confusing to
anybody who isn't intimately familiar with the Red hat distribution,
but that can't be helped currently ...

Comment 2 Bill Nottingham 2000-02-05 20:46:59 UTC
*** Bug 6877 has been marked as a duplicate of this bug. ***

Comment 3 Jeff Johnson 2000-03-18 21:07:59 UTC
Fixed in tcltk-8.2.3-36. Thanks for the patch.