Error in this page : http://www.openbsd.org/faq/faq15.html#PortsConfig
"Olivier Hervieu" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hi guys, first, many thanks for your work... There's a mistake in you fak, referred by this link : http://www.openbsd.org/faq/faq15.html#PortsConfig On your guide, you say : On the CD-ROM and FTP mirrors, look for a file named ports.tar.gz. You want to untar this file in the /usr directory, which will create /usr/ports, and all the directories under it. For example: $ *cd /tmp* $ *ftp ftp://ftp.openbsd.org/pub/OpenBSD/4.4/ports.tar.gz* $ *cd /usr* $ *sudo tar xzf /tmp/ports.tar.gz * The tar command is unapproprieted ... I think that we should do a tar -xvzf /tmp/port.tar.gz Regards, Olivier Hervieu