Subject: Hot to extract sources
To: None <netbsd-users@NetBSD.ORG>
From: Rick GC <rickgc@calweb.com>
List: netbsd-users
Date: 04/06/1997 17:55:24
Hello list,

I was pointed to .../Netbsd/Netbsd-1.2.1/source/ksrc121/* to pickup the
files for the Netbsd 1.2.1 kernel.  Now that I have a long list of files in
my sys directory starting at "ksrc121.aa" and ending on "ksrc121.bj" how do
I extract the files into my sys directory.  The Install notes say to extract
the files with the following command:
        
                cat set_name.?? | gunzip | tar xfp -

After inserting the file ksrc121.aa into the above command the system
replies with:

        gunzip: stdin: unexpected end of file
        tar: unexpected EOF on archive file

Anybody got any Ideas?

Thanks,

Rick GC