Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 21:12:22 -0400 (EDT)
From:      sjr@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/18927: Missing tools in release/scripts/src-install.sh
Message-ID:  <200006010112.VAA38410@cc158233-a.catv1.md.home.com>

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

>Number:         18927
>Category:       misc
>Synopsis:       Missing tools in release/scripts/src-install.sh
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 18:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


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




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