Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 20:02:23 -0400 (EDT)
From:      Chris Pepper <pepper@rockefeller.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/39747: 
Message-ID:  <20020624000223.24C4BA838@guest.reppep.com>

next in thread | raw e-mail | index | archive | help

>Number:         39747
>Category:       docs
>Synopsis:       
>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:   Sun Jun 23 17:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 	

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624000223.24C4BA838>