Re: http://www.openbsd.org/anoncvs.html#starting
Austin Hook <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
BTW: Not that I know the answer to the question, but it seems to me that the lines: > # cd /usr ... > # tar xzf ../xenocara.tar.gz implies that the xenocara.tar.gz is in root, despite the stated assumption that it is in /usr So this confuses the question of where it should go when untarred. Austin On Sun, 11 May 2008, Michael wrote: > >From the page listed, I find: > "To extract the source tree from the CD to /usr/src (assuming the CD is mounted on /mnt): > > # cd /usr/src > # tar xzf /mnt/src.tar.gz > # cd /usr > # tar xzf /mnt/xenocara.tar.gz > # tar xzf /mnt/ports.tar.gz > > > Assuming the downloaded files, src.tar.gz, sys.tar.gz and xenocara.tar.gz are in /usr: > > # cd /usr/src > # tar xzf ../sys.tar.gz > # tar xzf ../src.tar.gz > # cd /usr > # tar xzf ../xenocara.tar.gz > # tar xzf ports.tar.gz" > > > Which partition is xenocara to reside in? > > > Thanks.