Bug 2203

Summary: Team's exit status doesn't indicate if there were I/O errors
Product: Ports & Packages Reporter: dawes <dawes>
Component: Individual Port(s)Assignee: Joerg Wunsch <joerg>
Status: Closed FIXED    
Severity: Affects Only Me CC: dawes
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dawes 1996-12-13 05:50:01 UTC
Team's exit status will be 0 even if there is an I/O error.  The reason
is that the exit status of the "guys" isn't checked.

Fix: The following patch fixes this problem.
How-To-Repeat: 
Set team's stderr to a file so it doesn't prompt the user on an I/O error,
and use it to write enough to overfill a device.  Check the exit status,
and note that it is zero.
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1996-12-13 13:32:25 UTC
Responsible Changed
From-To: freebsd-ports->joerg

I'm the maintainer. 
Comment 2 Joerg Wunsch freebsd_committer freebsd_triage 1996-12-14 13:25:56 UTC
State Changed
From-To: open->closed

Suggested fix dropped into the `patches' directory. 

Thanks!