Re: -CURRENT breakage in usr.sbin/mptable?

2001-03-24 Thread Bruce Evans

On Fri, 23 Mar 2001, Bruce A. Mah wrote:

 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.

Oops.  It was only right for 2-3 years after I first changed it until a
couple of days ago.

Alfred has committed a fix.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



-CURRENT breakage in usr.sbin/mptable?

2001-03-23 Thread Bruce A. Mah

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/Makefile2001/03/23 13:47:46 1.4
--- mptable/Makefile2001/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



 PGP signature