From hartzell@kestrel.alerce.com  Fri Mar  7 12:21:29 2003
Return-Path: <hartzell@kestrel.alerce.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7F17137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Mar 2003 12:21:29 -0800 (PST)
Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B0B3443F93
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Mar 2003 12:21:28 -0800 (PST)
	(envelope-from hartzell@kestrel.alerce.com)
Received: from kestrel.alerce.com (localhost [127.0.0.1])
	by kestrel.alerce.com (8.12.8/8.12.8) with ESMTP id h27KKXa0035470
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 7 Mar 2003 12:20:33 -0800 (PST)
	(envelope-from hartzell@kestrel.alerce.com)
Received: (from hartzell@localhost)
	by kestrel.alerce.com (8.12.8/8.12.8/Submit) id h27KKXLe035469;
	Fri, 7 Mar 2003 12:20:33 -0800 (PST)
	(envelope-from hartzell)
Message-Id: <200303072020.h27KKXLe035469@kestrel.alerce.com>
Date: Fri, 7 Mar 2003 12:20:33 -0800 (PST)
From: George Hartzell <hartzell@kestrel.alerce.com>
Reply-To: George Hartzell <hartzell@kestrel.alerce.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: incorrect tip in /usr/src/games/fortune/datfiles/freebsd-tips
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         49014
>Category:       docs
>Synopsis:       incorrect tip in /usr/src/games/fortune/datfiles/freebsd-tips
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 12:30:06 PST 2003
>Closed-Date:    Sat Mar 15 00:49:09 PST 2003
>Last-Modified:  Sat Mar 15 00:49:09 PST 2003
>Originator:     George Hartzell
>Release:        FreeBSD 4.7-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD kestrel.alerce.com 4.7-RELEASE-p6 FreeBSD 4.7-RELEASE-p6 #1: Thu Feb 27 21:25:15 PST 2003 root@kestrel.alerce.com:/usr/obj/usr/src/sys/KESTREL i386


	
>Description:

The freebsd-tips fortune file contains this tip:

 You can use /etc/make.conf to control the options used to compile software
 on this system.  Example entries are in /usr/share/examples/etc/make.conf.

but /usr/share/examples/etc/make.conf doesn't appear to exist.

>How-To-Repeat:

Search for make.conf in /usr/src/games/fortune/datfiles/freebsd-tips

>Fix:

Remove the erroneous tip, or change it to refer to:
  /usr/share/examples/etc/defaults/make.conf
though that's not really a useful example given that it's the kitchen sink
and that theres the identical copy in /etc/defaults/make.conf.


>Release-Note:
>Audit-Trail:

From: Marc Fonvieille <blackend@FreeBSD.org>
To: George Hartzell <hartzell@kestrel.alerce.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/49014: incorrect tip in /usr/src/games/fortune/datfiles/freebsd-tips
Date: Sat, 8 Mar 2003 11:46:17 +0100

 On Fri, Mar 07, 2003 at 12:20:33PM -0800, George Hartzell wrote:
 > 
 > >Number:         49014
 > >Category:       docs
 > >Synopsis:       incorrect tip in /usr/src/games/fortune/datfiles/freebsd-tips
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-doc
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          doc-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Fri Mar 07 12:30:06 PST 2003
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     George Hartzell
 > >Release:        FreeBSD 4.7-RELEASE-p6 i386
 > >Organization:
 > >Environment:
 > System: FreeBSD kestrel.alerce.com 4.7-RELEASE-p6 FreeBSD 4.7-RELEASE-p6 #1: Thu Feb 27 21:25:15 PST 2003 root@kestrel.alerce.com:/usr/obj/usr/src/sys/KESTREL i386
 > 
 > 
 > 	
 > >Description:
 > 
 > The freebsd-tips fortune file contains this tip:
 > 
 >  You can use /etc/make.conf to control the options used to compile software
 >  on this system.  Example entries are in /usr/share/examples/etc/make.conf.
 > 
 > but /usr/share/examples/etc/make.conf doesn't appear to exist.
 >
 
 nosferatu:/usr/share/examples/etc% ident make.conf 
 make.conf:
      $FreeBSD: src/share/examples/etc/make.conf,v 1.206 2002/11/27
      17:46:26 obrien Exp $
 
 It's on a 5-CURRENT box, maybe someone from re@ could MFC the file if
 this later does not exist on 4.X branch.
 
 Marc

From: Tom Hukins <tom@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/49014: incorrect tip in /usr/src/games/fortune/datfiles/freebsd-tips
Date: Tue, 11 Mar 2003 18:26:35 +0000

 On Sat, Mar 08, 2003 at 02:50:12AM -0800, Marc Fonvieille wrote:
 > 
 >  nosferatu:/usr/share/examples/etc% ident make.conf 
 >  make.conf:
 >       $FreeBSD: src/share/examples/etc/make.conf,v 1.206 2002/11/27
 >       17:46:26 obrien Exp $
 >  
 >  It's on a 5-CURRENT box, maybe someone from re@ could MFC the file if
 >  this later does not exist on 4.X branch.
 
 Under 4.X this file lives in /etc/defaults/make.conf.  The tip
 should point to different files on the different branches.
 
 See the commit logs for details:
 http://www.freebsd.org/cgi/cvsweb.cgi/src/share/examples/etc/make.conf?rev=1.174&content-type=text/x-cvsweb-markup
 
 Tom
State-Changed-From-To: open->analyzed 
State-Changed-By: dougb 
State-Changed-When: Fri Mar 14 23:36:33 PST 2003 
State-Changed-Why:  

The path needs to be changed in RELENG_4 to /etc/defaults. 


Responsible-Changed-From-To: freebsd-doc->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Fri Mar 14 23:36:33 PST 2003 
Responsible-Changed-Why:  

I'll handle the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=49014 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dougb 
State-Changed-When: Sat Mar 15 00:48:34 PST 2003 
State-Changed-Why:  

Fixed in RELENG_4. The path in HEAD is correct. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=49014 
>Unformatted:
