Date: Fri, 23 Mar 2001 14:14:59 -0800 From: bmah@cisco.com (Bruce A. Mah) To: bde@freebsd.org Cc: bmah@cisco.com, freebsd-current@freebsd.org Subject: -CURRENT breakage in usr.sbin/mptable? Message-ID: <200103232214.f2NMExi58561@bmah-freebsd-0.cisco.com>
next in thread | raw e-mail | index | archive | help
--==_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 <bsd.prog.mk> --==_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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103232214.f2NMExi58561>