From owner-freebsd-questions Mon Jan 6 15:59:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA12103 for questions-outgoing; Mon, 6 Jan 1997 15:59:33 -0800 (PST) Received: from amadeus.informatik.ba-stuttgart.de (amadeus.informatik.ba-stuttgart.de [141.31.11.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id PAA12091 for ; Mon, 6 Jan 1997 15:59:25 -0800 (PST) Received: (from helbig@localhost) by amadeus.informatik.ba-stuttgart.de (8.7.3/8.7.1) id AAA21438; Tue, 7 Jan 1997 00:58:35 +0100 (MET) From: Wolfgang Helbig Message-Id: <199701062358.AAA21438@amadeus.informatik.ba-stuttgart.de> Subject: Re: A few questions. To: pdonner@cisco.com Date: Tue, 07 Jan 1997 0:58:35 MET Cc: questions@freebsd.org In-Reply-To: <3.0.32.19970106164116.00ccd960@lint.cisco.com>; from "Paul G. Donner" at Jan 06, 97 4:41 pm X-Mailer: Elm [revision: 112.2] Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Pardon my ignorance, but could you clue me in a bit more? I need to > continue the installation of further packages (i.e. GateD, in this case) > off of my DOS/WIN95 partition. I have found the files you are speaking about > but I am not understanding exactly what you are saying. What do you > mean by "source it in". I also don't understand your command format > "cd wherever_it_is/bin ; . install.sh" Please don't worry about your "ignorance"! May be its *my* ignorance and I did not understand your question? I thought gated is part of the bin distribution and you wanted to continue installation of a partially installed distribution. By now I learned however that you wanted to add the *package* gated to your system. So you better forget about "sourcing in" for now. (Its a way a shell is executing a script without starting a new shell! Instead it reads the script and interprets the commands as if they came from the console) Now what you want to use is the pkg_add program. On the CD there should be a directory with the name packages . In it is a subdirectory with the name net or something similar. (I can't read my CD at the moment, if I try, my system freezes :-( ). There should be a file with the name gated???tar.gz. This is the only file you need. You enter pkg_add /cdrom/packages/net/gated???tar.gz and gated will be installed. If you cannot access your CD from within FreeBSD you have to copy the *tar.gz - file to a DOS-Partition (from within DOS) and then from that Partition to a FreeBSD-Partition (from within FreeBSD). You might have to use a different name for the file on the DOS-Partition, like gated.tgz. I hope that helps. Have fun Wolfgang.