From owner-cvs-all Tue Dec 12 4: 4: 7 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 04:04:04 2000 Return-Path: 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 03FF637B400; Tue, 12 Dec 2000 04:04:04 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBCC43Q08560; Tue, 12 Dec 2000 04:04:03 -0800 (PST) (envelope-from iedowse) Message-Id: <200012121204.eBCC43Q08560@freefall.freebsd.org> From: Ian Dowse Date: Tue, 12 Dec 2000 04:04:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/restore interactive.c tape.c utilities.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2000/12/12 04:04:03 PST Modified files: sbin/restore interactive.c tape.c utilities.c Log: Stop restore from looping under certain error conditions. This corrects cases where restore would spew an infinite stream of "Changing volumes on pipe input?" messages, or would loop waiting for a response to the "set owner/mode for '.'" question. PR: bin/14250 Reviewed by: dwmalone Revision Changes Path 1.9 +6 -7 src/sbin/restore/interactive.c 1.21 +10 -8 src/sbin/restore/tape.c 1.9 +3 -3 src/sbin/restore/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message