From pepper@reppep.com  Sun Jun 23 17:08:33 2002
Return-Path: <pepper@reppep.com>
Received: from guest.reppep.com (guest.reppep.com [64.81.19.110])
	by hub.freebsd.org (Postfix) with ESMTP id AF8EB37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 17:08:32 -0700 (PDT)
Received: by guest.reppep.com (Postfix, from userid 501)
	id 24C4BA838; Sun, 23 Jun 2002 20:02:23 -0400 (EDT)
Message-Id: <20020624000223.24C4BA838@guest.reppep.com>
Date: Sun, 23 Jun 2002 20:02:23 -0400 (EDT)
From: Chris Pepper <pepper@rockefeller.edu>
Reply-To: Chris Pepper <pepper@rockefeller.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39747
>Category:       docs
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 17:10:01 PDT 2002
>Closed-Date:    Mon Jul 01 20:03:32 PDT 2002
>Last-Modified:  Mon Jul 01 20:03:32 PDT 2002
>Originator:     Chris Pepper
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD guest.reppep.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jun 18 21:27:59 EDT 2002 pepper@guest.reppep.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Ports chapter says you can use new software after "make install", without mentioning "rehash", required by the default user shell.
	
>How-To-Repeat:
	Go to <http://www.FreeBSD.org/handbook/ports-using.html> 4.5.2.1
>Fix:
	Patch below adds a <note> mentioning rehash.

--- chapter.sgml.diff begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v
retrieving revision 1.167
diff -u -r1.167 chapter.sgml
--- chapter.sgml	2002/06/09 10:47:41	1.167
+++ chapter.sgml	2002/06/23 23:59:02
@@ -786,6 +786,13 @@
 	</note>
 
         <note>
+          <para>If you're using a <command>csh</command>-based shell, such
+	    as <command>tcsh</command> (the default in FreeBSD), you may have
+	    to use <command>rehash</command> before you can use the new
+	    command.</para>
+	</note>
+
+        <note>
           <para>Please be aware that the licenses of a few ports do not
             allow for inclusion on the CDROM.  This could be because a
             registration form needs
--- chapter.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Jul 1 20:01:30 PDT 2002 
State-Changed-Why:  
I just committed a slightly different, more verbose version of this. 
Thanks a lot.  This has been asked a few times on the lists, and 
adding something that explains the issues involved to the Handbook was 
a GREAT idea :-) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Mon Jul 1 20:01:30 PDT 2002 
Responsible-Changed-Why:  

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