Subject: Re: CVS commit: src/sbin/newfs
To: David Laight <dsl@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 08/15/2003 13:57:20
On Fri, 15 Aug 2003, David Laight wrote:
>
> Module Name: src
> Committed By: dsl
> Date: Fri Aug 15 15:07:17 UTC 2003
>
> Modified Files:
> src/sbin/newfs: mkfs.c
>
> Log Message:
> Fix layout of printout of alternate superblock list when > 2^32 sectors, use
> 80 columns (sysinst uses full width these days).
Thanks for adjusting the width bit, but as cgd pointed out when I did
this, we should be asking the display how wide it is, rather than assuming
80.
Take care,
Bill