From owner-freebsd-questions Wed Feb 4 08:14:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09690 for questions-outgoing; Wed, 4 Feb 1998 08:14:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09636 for ; Wed, 4 Feb 1998 08:13:56 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id IAA25716; Wed, 4 Feb 1998 08:13:31 -0800 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id IAA22217; Wed, 4 Feb 1998 08:13:30 -0800 (PST) Date: Wed, 4 Feb 1998 08:13:15 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Tom Mullen cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing bash 2.0 In-Reply-To: <34D834DF.3A5E@seti.tec.sd.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Wed, 4 Feb 1998, Tom Mullen wrote: > We have FreeBSD 2.2.2 installed on a computer, we didn't install the > bash shell. We want to install the bash 2.0 shell. We have the > bash2_0.tgz file in the /usr/ports/shells directory, what do we need to > do to get this installed? > > Thank you $ cd /usr/ports/shells/bash2.0 $ make $ make install Have fun, Jason Wells