From owner-freebsd-current Fri Mar 23 14:15: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from sj-msg-core-4.cisco.com (sj-msg-core-4.cisco.com [171.71.163.10]) by hub.freebsd.org (Postfix) with ESMTP id 4251837B71A; Fri, 23 Mar 2001 14:15:01 -0800 (PST) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-4.cisco.com (8.9.3/8.9.1) with ESMTP id OAA03863; Fri, 23 Mar 2001 14:15:03 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f2NMExi58561; Fri, 23 Mar 2001 14:14:59 -0800 (PST) (envelope-from bmah) Message-Id: <200103232214.f2NMExi58561@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: bde@freebsd.org Cc: bmah@cisco.com, freebsd-current@freebsd.org Subject: -CURRENT breakage in usr.sbin/mptable? From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1993542110P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 23 Mar 2001 14:14:59 -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-1993542110P Content-Type: text/plain; charset=us-ascii Hi Bruce-- A recent commit of yours to src/usr.sbin/mptable/Makefile had the commit message: > Fixed style bugs (use normal formatting for assignment, and don't override > the correct default for MAN1). Are you sure this is right? The default MANSECT for src/usr.sbin is 8, not 1, but mptable.1, well, lives in section 1. Most importantly, it appears that this change breaks world. I think you need to put the MAN1 assignment back, like in the diff below. (-current folks, I'm not *trying* to do this...all I want is a fairly recent 5-CURRENT to play with on my scratch box.) Cheers, (the other) Bruce. *** mptable/Makefile 2001/03/23 13:47:46 1.4 --- mptable/Makefile 2001/03/23 22:11:38 *************** *** 1,5 **** --- 1,6 ---- # $FreeBSD: src/usr.sbin/mptable/Makefile,v 1.4 2001/03/23 13:47:46 bde Exp $ PROG= mptable + MAN1= ${PROG}.1 .include --==_Exmh_-1993542110P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6u8rj2MoxcVugUsMRAnuZAKC3Ib9KukxhS2ySkNojDHf+4NgLmQCfXm3+ MftlcaQ0oNPWlUv7ZgtXBk4= =5K5L -----END PGP SIGNATURE----- --==_Exmh_-1993542110P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message