Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/notes/common Pull up revision 1.6 (via patch, r...



details:   https://anonhg.NetBSD.org/src/rev/1187f06c81d3
branches:  netbsd-1-4
changeset: 470511:1187f06c81d3
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 10:37:46 2000 +0000

description:
Pull up revision 1.6 (via patch, requested by jhawk):
  Clarify exactly where pkgsrc.tar.gz should be extraced.
  Fixes PR#9580.

diffstat:

 distrib/notes/common/postinstall |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 6e50417763d0 -r 1187f06c81d3 distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall  Sun Apr 30 10:34:33 2000 +0000
+++ b/distrib/notes/common/postinstall  Sun Apr 30 10:37:46 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall,v 1.1.2.1 1999/05/05 01:16:43 perry Exp $
+.\"    $NetBSD: postinstall,v 1.1.2.2 2000/04/30 10:37:46 he Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -185,11 +185,14 @@
 Package sources for compiling packages can be obtained by
 retrieving the file
 .Lk ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
-and extracting it into
-.Pa /usr/pkgsrc .
-See
+They should then be extracted into
+.Pa /usr/pkgsrc
+with the command:
+.D1 Ic "cat pkgsrc.tar.gz | gunzip | (mkdir /usr/pkgsrc; 
+.D1 Ic "cd /usr/pkgsrc; tar xpf - )
+After extracting, then see
 .Pa /usr/pkgsrc/README
-then for more information.
+for more information.
 .It
 Misc
 .Bl -bullet



Home | Main Index | Thread Index | Old Index