Date: Thu, 3 Jul 2008 20:53:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile Message-ID: <200807032053.m63Krmas027905@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-07-03 20:53:15 UTC FreeBSD src repository Modified files: sbin Makefile Log: SVN rev 180229 on 2008-07-03 20:53:15Z by marcel Stop building bsdlabel(8) and fdisk(8) on ia64. Both tools are obsoleted by gpart(8). This avoids the following bugs in fdisk: - initializing a disk without MBR bogusly emits the error: fdisk: invalid fdisk partition table found - initializing a disk with or without MBR bogusly emits either: fdisk: Class not found or fdisk: Geom not found: "XXX" - the default geometry for non-ATA and non-SCSI disks is either invalid or sub-optimizal. Revision Changes Path 1.171 +5 -2 src/sbin/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807032053.m63Krmas027905>