From sjr@home.net  Wed May 31 18:12:31 2000
Return-Path: <sjr@home.net>
Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17])
	by hub.freebsd.org (Postfix) with ESMTP id 8407137B809
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 May 2000 18:12:25 -0700 (PDT)
	(envelope-from sjr@home.net)
Received: (from sjr@localhost)
	by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) id VAA38410;
	Wed, 31 May 2000 21:12:22 -0400 (EDT)
	(envelope-from sjr)
Message-Id: <200006010112.VAA38410@cc158233-a.catv1.md.home.com>
Date: Wed, 31 May 2000 21:12:22 -0400 (EDT)
From: sjr@home.com
Sender: sjr@home.net
Reply-To: sjr@home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Missing tools in release/scripts/src-install.sh
X-Send-Pr-Version: 3.2

>Number:         18927
>Category:       misc
>Synopsis:       Missing tools in release/scripts/src-install.sh
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jwd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 18:20:00 PDT 2000
>Closed-Date:    Wed Dec 6 18:39:43 PST 2000
>Last-Modified:  Wed Dec 06 18:41:34 PST 2000
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	4.0-RELEASE source code

>Description:

	The "tools" distribution is missing from the install.sh file
	for the source code.

	When this is fixed, the 4.0 Errata Notes should mention this
	problem.

	Note: you can't do a buildworld without tools/install.sh
	being available.

>How-To-Repeat:

	

>Fix:

--- release/scripts/src-install.sh.orig	Wed May 31 21:02:35 2000
+++ release/scripts/src-install.sh	Wed May 31 21:03:35 2000
@@ -9,14 +9,14 @@
 	echo "possible subcomponents are:"
 	echo
 	echo "base bin contrib etc games gnu include lib libexec"
-	echo "release sbin share sys ubin usbin"
+	echo "release sbin share sys tools ubin usbin"
 	echo
 	echo "You may also specify all to extract all subcomponents."
 	exit 1
 fi
 
 if [ "$1" = "all" ]; then
-	dists="base bin contrib etc games gnu include lib libexec release sbin share sys ubin usbin"
+	dists="base bin contrib etc games gnu include lib libexec release sbin share sys tools ubin usbin"
 else
 	dists="$*"
 fi

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jwd@FreeBSD.org 
Responsible-Changed-By: jwd 
Responsible-Changed-When: Tue Jun 13 18:21:54 PDT 2000 
Responsible-Changed-Why:  
jwd: I pushed the fix to 5.0-CURRENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18927 
Responsible-Changed-From-To: jwd@FreeBSD.org->jwd 
Responsible-Changed-By: billf 
Responsible-Changed-When: Tue Jun 13 18:41:09 PDT 2000 
Responsible-Changed-Why:  
<openbsd> Fix. </openbsd> 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18927 
State-Changed-From-To: open->closed 
State-Changed-By: jwd 
State-Changed-When: Wed Dec 6 18:39:43 PST 2000 
State-Changed-Why:  
4.0 errata updated, originator asked for closure. 

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