From owner-freebsd-questions Wed Feb 4 16:09:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14534 for questions-outgoing; Wed, 4 Feb 1998 16:09:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zippy.dyn.ml.org (garbanzo@libya-197.ppp.hooked.net [206.169.227.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14466 for ; Wed, 4 Feb 1998 16:08:53 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id QAA01394; Wed, 4 Feb 1998 16:10:14 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Wed, 4 Feb 1998 16:10:14 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org 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? If it's the package, then run pkg_add bash2_0.tgz. If it's the source, just run make;make install in the /usr/ports/shells/bash2 directory. Linux: The Microsoft Windows(tm) of the Unix(tm) world. - alex