Date: Sun, 10 Feb 2002 16:50:50 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump tape.c Message-ID: <200202110050.g1B0ooq47215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/02/10 16:50:50 PST Modified files: sbin/dump tape.c Log: Make dump's behaviour more sensible when the output file is a fifo. Normally trewind() performs a close-open-close cycle to rewind the tape when closing the device, but this is not ideal for fifos. We now skip the final open-close if the output descriptor is a fifo. PR: bin/25474 Submitted by: Alex Bakhtin <bakhtin@amt.ru> MFC after: 1 week Revision Changes Path 1.15 +6 -0 src/sbin/dump/tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202110050.g1B0ooq47215>