pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Not all tar(1)s know the -z option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77dc161a53ee
branches:  trunk
changeset: 518984:77dc161a53ee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Sep 25 09:45:31 2006 +0000

description:
Not all tar(1)s know the -z option.

diffstat:

 doc/guide/files/getting.xml |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d9f80b6dee35 -r 77dc161a53ee doc/guide/files/getting.xml
--- a/doc/guide/files/getting.xml       Mon Sep 25 08:23:59 2006 +0000
+++ b/doc/guide/files/getting.xml       Mon Sep 25 09:45:31 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: getting.xml,v 1.12 2006/07/29 14:14:23 rillig Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.13 2006/09/25 09:45:31 rillig Exp $ -->
 
 <chapter id="getting">
 <title>Where to get pkgsrc and how to keep it up-to-date</title>
@@ -47,8 +47,8 @@
 
        <para>After downloading the tar file, change to the directory
        where you want to have pkgsrc. This is usually
-       <filename>/usr</filename>. Then, run <command>tar xfz
-       pkgsrc.tar.gz</command> to extract the files.</para>
+       <filename>/usr</filename>. Then, run <command>gzcat
+       pkgsrc.tar.gz | tar xf -</command> to extract the files.</para>
 
 </sect2>
 <sect2 id="getting-via-sup">



Home | Main Index | Thread Index | Old Index