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.
Responsible Changed From-To: freebsd-ports->joerg I'm the maintainer.
State Changed From-To: open->closed Suggested fix dropped into the `patches' directory. Thanks!