Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 1998 14:44:02 -0400
From:      Malartre <malartre@aei.ca>
To:        Roman Katsnelson <romank@graphnet.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Shells
Message-ID:  <358FF772.3860D3C@aei.ca>
References:  <358FDD12.3597F612@graphnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Katsnelson wrote:
> 
> I just installed 2.2.6 on my system and for some reason I don't have ksh
> or bash.
> 
> Where in the ftp site are the necessary files, and how do I install
> them?
> 
> Any help will be greatly appreciated.
> 
> Thanks,
> Roman
You have to get the port

$ ftp ftp.freebsd.org
> cd pub/FreeBSD/ports/shells
> get bash2.tar

something like that
then, you untar it (close ftp before)

$ tar -xvf bash2.tar 
$ cd bash2
$ make
$ make install
$ make clean

I think its that, not sure
 
Malartre
-- 
--------------------------------------
malartre@aei.ca         ICQ #4224434               
www.aei.ca/~malartre/   FreeBSD-2.2.6                        
--------------------------------------

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?358FF772.3860D3C>