From owner-cvs-all Fri Oct 16 21:19:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25559 for cvs-all-outgoing; Fri, 16 Oct 1998 21:19:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25554; Fri, 16 Oct 1998 21:19:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29156; Fri, 16 Oct 1998 21:19:30 -0700 (PDT) Date: Fri, 16 Oct 1998 21:19:30 -0700 (PDT) Message-Id: <199810170419.VAA29156@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs newfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/10/16 21:19:30 PDT Modified files: sbin/newfs newfs.c Log: Don't rewrite the disk label. The type field is already set correctly and we don't use the frags info, so why bother? More to the point, it seems to result in an EXDEV error when the label is written out and we lose because of it (don't know why though). This is a work-around and is marked as such. Revision Changes Path 1.26 +3 -1 src/sbin/newfs/newfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message