From setantae@submonkey.net  Thu Aug 23 13:49:03 2001
Return-Path: <setantae@submonkey.net>
Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200])
	by hub.freebsd.org (Postfix) with ESMTP id 1E21937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Aug 2001 13:48:57 -0700 (PDT)
	(envelope-from setantae@submonkey.net)
Received: from m137-mp1-cvx1c.car.ntl.com ([62.252.44.137] helo=rhadamanth.private.submonkey.net)
	by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2)
	id 15a19g-0007J4-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Aug 2001 21:32:44 +0100
Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.22 #1)
	id 15a1Qm-0000qp-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Aug 2001 21:50:24 +0100
Message-Id: <E15a1Qm-0000qp-00@rhadamanth.private.submonkey.net>
Date: Thu, 23 Aug 2001 21:50:24 +0100
From: setantae <setantae@submonkey.net>
Sender: setantae <setantae@submonkey.net>
Reply-To: setantae <setantae@submonkey.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [diff] make.conf(5) references KERNEL instead of KERNCONF 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30006
>Category:       docs
>Synopsis:       [diff] make.conf(5) references KERNEL instead of KERNCONF
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 13:50:01 PDT 2001
>Closed-Date:    Thu Aug 23 14:17:33 PDT 2001
>Last-Modified:  Thu Aug 23 14:17:42 PDT 2001
>Originator:     setantae
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD rhadamanth.private.submonkey.net 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 17:39:37 BST 2001 root@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386


	
>Description:
	
The manpage for make.conf(5) describes the option ``KERNEL''.
Using this option rightly causes make buildkernel to complain as this is
now deprecated in favour of ``KERNCONF'', I believe.
>How-To-Repeat:
	man 5 make.conf
	
>Fix:

Apply the following diff with updates this to read KERNCONF instead.

thanks,

Ceri

(diff produced with diff -c ; if this is wrong please advise) :

*** make.conf.5.old     Thu Aug 23 21:39:59 2001
--- make.conf.5 Thu Aug 23 21:40:37 2001
***************
*** 254,260 ****
  Optimization levels above
  .Oo Fl O ( O2 , No ...\& ) Oc
  are not supported.
! .It Va KERNEL
  .Pq Vt str
  Controls which kernel configurations will be
  built by
--- 254,260 ----
  Optimization levels above
  .Oo Fl O ( O2 , No ...\& ) Oc
  are not supported.
! .It Va KERNCONF
  .Pq Vt str
  Controls which kernel configurations will be
  built by
***************
*** 263,269 ****
  .Dq Li "${MAKE} installkernel" .
  For example,
  .Bd -literal -offset indent
! KERNEL=MINE DEBUG GENERIC OTHERMACHINE
  .Ed
  .Pp
  will build the kernels specified by the config files
--- 263,269 ----
  .Dq Li "${MAKE} installkernel" .
  For example,
  .Bd -literal -offset indent
! KERNCONF=MINE DEBUG GENERIC OTHERMACHINE
  .Ed
  .Pp
  will build the kernels specified by the config files

	
>Release-Note:
>Audit-Trail:

From: setantae <setantae@submonkey.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/30006: [diff] make.conf(5) references KERNEL instead of KERNCONF
Date: Thu, 23 Aug 2001 22:08:00 +0100

 The first half of this diff was applied earlier today.
 However, the example still needs amendment.
 
 Ceri
 
 -- 
 keep a mild groove on
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Thu Aug 23 14:17:33 PDT 2001 
State-Changed-Why:  
Second half applied, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30006 
>Unformatted:
