From owner-freebsd-bugs Mon May 15 9: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F61737B5C7 for ; Mon, 15 May 2000 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA46515; Mon, 15 May 2000 09:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail11.disney.com (mail11.disney.com [208.246.35.55]) by hub.freebsd.org (Postfix) with ESMTP id 8431937B5AD for ; Mon, 15 May 2000 08:58:11 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain.corp.disney.com (root@pain.corp.disney.com [153.7.231.100]) by mail11.disney.com (8.9.1/8.9.1) with SMTP id IAA17948 for ; Mon, 15 May 2000 08:57:48 -0700 (PDT) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Mon, 15 May 2000 08:58:23 -0700 Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id IAA00257 for ; Mon, 15 May 2000 08:58:03 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from amigo.fan.fa.disney.com by mercury.fan.fa.disney.com for FreeBSD-gnats-submit@freebsd.org; Mon, 15 May 2000 08:58:02 -0700 Message-Id: <00051508580700.26029@amigo.fan.fa.disney.com> Date: Mon, 15 May 2000 08:57:32 -0700 From: Jim Pirzyk To: FreeBSD-gnats-submit@freebsd.org Subject: conf/18569: tool source not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18569 >Category: conf >Synopsis: tool source not installed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 09:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: Installing 4.0-STABLE source >Description: when running src/install.sh all, the tool source is not installed. >How-To-Repeat: run src/install.sh all on a system that does not have src installed and see if src/tools then exists. >Fix: *** install.sh.orig Thu May 11 09:20:16 2000 --- install.sh Thu May 11 09:17:51 2000 *************** *** 16,22 **** fi if [ "$1" = "all" ]; then ! dists="base bin contrib etc games gnu include lib libexec release sbin share sys ubin usbin" else dists="$*" fi --- 16,22 ---- fi if [ "$1" = "all" ]; then ! 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