[1092] in netbsd-help mailing list archive
Re: old sources
daemon@ATHENA.MIT.EDU (David D Golombek)
Thu Dec 19 23:38:22 1996
To: Charles R Broderick III <bbroder@MIT.EDU>
Cc: netbsd-help@MIT.EDU
From: David D Golombek <daveg@MIT.EDU>
Date: 19 Dec 1996 23:38:08 -0500
In-Reply-To: Charles R Broderick III's message of Thu, 19 Dec 1996 18:06:10 EST
Charles R Broderick III <bbroder@MIT.EDU> writes:
>
>
> I'm looking at the sources for NetBSD 1.1 from the
> ftp server at ftp.netbsd.org, and they look like this:
>
> 150 Opening ASCII mode data connection for /bin/ls.
> total 6642
> -r--r--r-- 1 234 netbsd 720 Nov 26 1995 CKSUMS
> -r--r--r-- 1 234 netbsd 240640 Nov 26 1995 ksrc11.aa
> -r--r--r-- 1 234 netbsd 240640 Nov 26 1995 ksrc11.ab
>
> I've never seen this archive extension before. Does anyone
> know how to pull out the sources? Thanks.. --Bob
This is a binary distribution of the release. To extract it, you do:
cat ksrc11.?? | gunzip | tar xfp -
or basename11.?? for other bases, as the case may be (comp, games, ...).
DaveG