From owner-freebsd-commit Tue Apr 18 19:19:54 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA01476 for commit-outgoing; Tue, 18 Apr 1995 19:19:54 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA01456 for cvs-sbin-outgoing; Tue, 18 Apr 1995 19:19:44 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA01440 ; Tue, 18 Apr 1995 19:19:26 -0700 Date: Tue, 18 Apr 1995 19:19:26 -0700 From: Poul-Henning Kamp Message-Id: <199504190219.TAA01440@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/newfs newfs.c Sender: commit-owner@FreeBSD.org Precedence: bulk phk 95/04/18 19:19:24 Modified: sbin/newfs newfs.c Log: Yank out the rewriting of disklabels. This code can and will get confused in a couple of cases, and it doesn't do much anyway. It used to save only the newfs params (block/frag/cgroup.. and nothing more. Something that don't belong in a disklabel in the first place.