From owner-freebsd-questions Sat Dec 4 23:16:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 0ABC415177 for ; Sat, 4 Dec 1999 23:16:41 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id XAA07274; Sat, 4 Dec 1999 23:15:38 -0800 (PST) Date: Sat, 4 Dec 1999 23:15:38 -0800 (PST) From: Annelise Anderson To: whitehat@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bash shell In-Reply-To: <384A06FC.2AF15291@home.com> 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 On Sat, 4 Dec 1999 whitehat@home.com wrote: > Hello, I recently did a floppy-disk installation of FreeBSD Release 3.3, > and I want to install the Bash shell package(I cannot stand csh) > Anyways, I went to the freebsd FTP site, looked under "packages",than > "shells", than I downloaded the newest version of the bash shell. Well, > when I did a "/stand/sysinstall", and went to packages, there was no > listing for shells! What happened? Is the index file missing things? I > have the bash installation files on disk...how would I mount my disk and > read it in FreeBSD? I tried "mount /fd0" and "mount /dev/fd0" but they > both dont work. Can someone please help? > > Jon > I've always had a shells category in packages, but I'm not sure what an install from floppy does in this regard. Anyway, once you download the bash package file (bash*.tgz, or whatever) you can go to the directory where it resides and type pkg_add bash and it will be added, with bash in /usr/local/bin. You can mount your floppy drive with mount -t msdos /dev/fd0 /mnt if it's an msdos-formatted disk. The guide for newusers, which you can find on the web page, will help with other routine matters, as well the FAQ and the handbook. They are available as well on the web page, as are man pages. Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message