From owner-cvs-all@FreeBSD.ORG Sat Nov 15 23:10:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBC3B16A4CE; Sat, 15 Nov 2003 23:10:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCB043FAF; Sat, 15 Nov 2003 23:10:56 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG7AuXJ047312; Sat, 15 Nov 2003 23:10:56 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG7AtRR047311; Sat, 15 Nov 2003 23:10:55 -0800 (PST) (envelope-from wes) Message-Id: <200311160710.hAG7AtRR047311@repoman.freebsd.org> From: Wes Peters Date: Sat, 15 Nov 2003 23:10:55 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs setup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 07:10:57 -0000 wes 2003/11/15 23:10:55 PST FreeBSD src repository Modified files: sbin/fsck_ffs setup.c Log: Catch and report on filesystems that were interrupted during newfs, sporting the new 'BAD' magic number. Exit with a unique error code (11) so callers who care about this can respond appropriately. Revision Changes Path 1.45 +12 -0 src/sbin/fsck_ffs/setup.c