From owner-cvs-src@FreeBSD.ORG Thu May 31 20:06:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE95916A46C; Thu, 31 May 2007 20:06:47 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B77E613C484; Thu, 31 May 2007 20:06:47 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4VK6l69037686; Thu, 31 May 2007 20:06:47 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4VK6las037676; Thu, 31 May 2007 20:06:47 GMT (envelope-from trhodes) Message-Id: <200705312006.l4VK6las037676@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 31 May 2007 20:06:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/newfs_msdos newfs_msdos.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 20:06:48 -0000 trhodes 2007-05-31 20:06:47 UTC FreeBSD src repository Modified files: sbin/newfs_msdos newfs_msdos.c Log: The newfs_msdos utility does not store the boot signature in the correct place on large sector disks. The boot signature should be at offset 0x1fe in the BPB; newfs_msdos currently stores it 2 bytes from the end of the sector. Taken from: NetBSD Revision Changes Path 1.22 +6 -6 src/sbin/newfs_msdos/newfs_msdos.c