From owner-cvs-all Sun Feb 10 16:50:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABEB937B419; Sun, 10 Feb 2002 16:50:50 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B0ooq47215; Sun, 10 Feb 2002 16:50:50 -0800 (PST) (envelope-from iedowse) Message-Id: <200202110050.g1B0ooq47215@freefall.freebsd.org> From: Ian Dowse Date: Sun, 10 Feb 2002 16:50:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump tape.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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