From pepper@reppep.com  Sat Oct 19 14:16:12 2002
Return-Path: <pepper@reppep.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7378837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2002 14:16:12 -0700 (PDT)
Received: from www.reppep.com (www.reppep.com [66.92.104.200])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A34E043E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Oct 2002 14:16:08 -0700 (PDT)
	(envelope-from pepper@reppep.com)
Received: by www.reppep.com (Postfix, from userid 501)
	id B2011ACE3; Sat, 19 Oct 2002 17:17:49 -0400 (EDT)
Message-Id: <20021019211749.B2011ACE3@www.reppep.com>
Date: Sat, 19 Oct 2002 17:17:49 -0400 (EDT)
From: Chris Pepper <pepper@rockefeller.edu>
Reply-To: Chris Pepper <pepper@rockefeller.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: /usr/src/games/fortune/datfiles/freebsd-tips refers to nonexistent /usr/share/examples/etc/make.conf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44278
>Category:       docs
>Synopsis:       /usr/src/games/fortune/datfiles/freebsd-tips refers to nonexistent /usr/share/examples/etc/make.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 14:20:01 PDT 2002
>Closed-Date:    Sat Oct 19 14:36:52 PDT 2002
>Last-Modified:  Sat Oct 19 14:50:01 PDT 2002
>Originator:     Chris Pepper
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD www.reppep.com 4.7-STABLE FreeBSD 4.7-STABLE #3: Sun Oct 13 01:47:03 EDT 2002 root@www.reppep.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	/usr/src/games/fortune/datfiles/freebsd-tips suggests reading /usr/share/examples/etc/make.conf, but that file doesn't exist.
	
>How-To-Repeat:
	grep make.conf /usr/src/games/fortune/datfiles/freebsd-tips
	ls -l /usr/share/examples/etc/make.conf
	
>Fix:
	Create this file, update the path in freebsd-tips, or remove the tip from freebsd-tips.

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Sat Oct 19 14:35:55 PDT 2002 
State-Changed-Why:  
It was in fact /usr/share/examples/etc/defaults/make.conf 
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44278 

From: Peter Pentchev <roam@ringlet.net>
To: Chris Pepper <pepper@rockefeller.edu>
Cc: bug-followup@FreeBSD.org, Juli Mallett <jmallett@FreeBSD.org>
Subject: Re: docs/44278: /usr/src/games/fortune/datfiles/freebsd-tips refers to nonexistent /usr/share/examples/etc/make.conf
Date: Sun, 20 Oct 2002 00:39:43 +0300

 On Sat, Oct 19, 2002 at 05:17:49PM -0400, Chris Pepper wrote:
 > 
 > >Number:         44278
 > >Category:       docs
 > >Synopsis:       /usr/src/games/fortune/datfiles/freebsd-tips refers to nonexistent /usr/share/examples/etc/make.conf
 > >Originator:     Chris Pepper
 > >Release:        FreeBSD 4.7-STABLE i386
 > >Description:
 > 	/usr/src/games/fortune/datfiles/freebsd-tips suggests reading /usr/share/examples/etc/make.conf, but that file doesn't exist.
 > 	
 > >How-To-Repeat:
 > 	grep make.conf /usr/src/games/fortune/datfiles/freebsd-tips
 > 	ls -l /usr/share/examples/etc/make.conf
 > 	
 > >Fix:
 > 	Create this file, update the path in freebsd-tips, or remove the tip from freebsd-tips.
 
 I believe the attached patch should fix the problem; this is CC'd to
 Juli Mallett, because she sync'd this file with the version in -CURRENT
 in rev. 1.14.2.6.  Apparently, this tiny detail slipped her attention,
 which is actually quite understandable in a pre-release frenzy :)
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 I am the thought you are now thinking.
 
 Index: src/games/fortune/datfiles/freebsd-tips
 ===================================================================
 RCS file: /home/ncvs/src/games/fortune/datfiles/freebsd-tips,v
 retrieving revision 1.14.2.7
 diff -u -r1.14.2.7 freebsd-tips
 --- src/games/fortune/datfiles/freebsd-tips	17 Oct 2002 07:44:51 -0000	1.14.2.7
 +++ src/games/fortune/datfiles/freebsd-tips	19 Oct 2002 21:36:22 -0000
 @@ -74,7 +74,7 @@
  	$ export VARIABLE
  %
  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.
 +on this system.  Example entries are in /etc/defaults/make.conf.
  %
  To do a fast search for a file, try
  
>Unformatted:
 	
