From owner-freebsd-questions Fri May 21 10: 6: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 293F8154EF for ; Fri, 21 May 1999 10:05:56 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1015.bossig.com [208.26.241.15]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id KAA28163; Fri, 21 May 1999 10:05:45 -0700 (PDT) Message-ID: <3745927A.B37EA3D7@3-cities.com> Date: Fri, 21 May 1999 10:06:02 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.51 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Juergen Nickelsen Cc: AlexTu@acer.com.tw, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD source code References: <48256778.000F31B7.00@TWTPENS1.ACER.COM.TW> <374523D6.761849B5@tellique.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Juergen Nickelsen wrote: > > AlexTu@acer.com.tw wrote: > > > 1. Please show me the FreeBSD source code path. > > Look at e. g. > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.2-STABLE/src/ for the > sources of FreeBSD 3.2-STABLE. Look around that place for other > snapshots and/or releases. > > > 2. I can't find the unpack procedure for PC plateform. Is it > > possible to extract this source code in the PC DOS environment? > > Hmm, I don't know any tools for PC-DOS to extract the tar files. But if > by chance you can get access to a PC running MS Windows 95, 98, or NT, I > see two ways to do that: The GNU tools for DOS have tar and both gzip and gunzip. The tar won't do a zxvf to unpack a tarball. > > (a) Install GNU-Win32 by Cygnus Solutions (see > http://sourceware.cygnus.com/cygwin/). This (freely available) package > contains several of the usual Unix utilities for MS Windows (win32). You > shoudl then be able to run the "install.sh" of the FreeBSD source > distribution directly. > > (b) Get WinZip (http://www.winzip.com/). Concatenate the files of a > source package to a file with a name ending with .tar.gz, e. g. > > C:\freebsd-sources> copy /b sbin.aa+sbin.ab+sbin.ac sbin.tar.gz This has a tendancy to be on the hard way of doing things. For example, in DOS, Win 9x, and NT, you could have typed "copy /b sbin.?? sbin.tgz". If they don't have Win98 or NT 4+, the ".tar.gz" can create a mangled file name something like sbin~1. The .tgz has the same meaning to WinZip, which is the only archive product that handles tared and zipped long filenames. The first time I tried my copy on the /bin directory I used copy /b bin.* bin.tgz. This very quickly copied bin.aa to bin.dx and then added bin.inf and mtree to my bin.tgz file. The files all have two letter extensions and the two letter wildcard "??" works just fine. Kent > > Open the .tar.gz file with WinZip. > > Greetings, Juergen. > > -- > Juergen Nickelsen > Tellique Kommunikationstechnik GmbH > Gustav-Meyer-Allee 25, 13355 Berlin, Germany > Tel. +49 30 46307-552 / Fax +49 30 46307-579 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message