Bug 32988

Summary: libfetch debugging includes vt100-ish escape sequences
Product: Base System Reporter: Bill Fenner <fenner>
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Bill Fenner 2001-12-18 22:10:01 UTC
	

I'm happy to see libfetch's new debugging output - unfortunately, it
uses escape sequences that may not be supported by the current
terminal, or desired in a log file.

Fix: If you really want to have the debugging stand out, perhaps
using termcap's so/se sequences is appropriate; however, stripping
them completely suffices for me:


cvs diff: Diffing .
How-To-Repeat: 	

"fetch -vv ftp://ftp.freebsd.org/pub/FreeBSD/nosuchfile > /tmp/log 2>&1";
examine /tmp/log for escape characters.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2001-12-30 13:45:44 UTC
Responsible Changed
From-To: freebsd-bugs->des

Over to the libfetch maintainer.
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2002-01-01 14:48:33 UTC
State Changed
From-To: open->feedback

Fixed in -CURRENT.
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2002-01-04 12:40:27 UTC
State Changed
From-To: feedback->closed

MFCed, thanks!