From owner-cvs-all Fri Nov 16 14:13:51 2001 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 6A6DC37B417; Fri, 16 Nov 2001 14:13:44 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAGMDi604802; Fri, 16 Nov 2001 14:13:44 -0800 (PST) (envelope-from iedowse) Message-Id: <200111162213.fAGMDi604802@freefall.freebsd.org> From: Ian Dowse Date: Fri, 16 Nov 2001 14:13:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.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 2001/11/16 14:13:44 PST Modified files: sbin/dump main.c Log: Give a sensible error message when the filesystem to be dumped is not listed in /etc/fstab. Previously, the user would be greeted with "DUMP: bad sblock magic number" when dump tried to parse the directory contents as an FFS filesystem. PR: bin/12789 Submitted by: Bob Willcox Revision Changes Path 1.29 +7 -4 src/sbin/dump/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message