Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes/common Clarify exactly where pkgsrc.tar.gz sho...
details: https://anonhg.NetBSD.org/src/rev/8c3dc935d5e2
branches: trunk
changeset: 484861:8c3dc935d5e2
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Apr 13 18:24:13 2000 +0000
description:
Clarify exactly where pkgsrc.tar.gz should be extracted.
Fixes install/9580 (INSTALL is vague about pkgsrc installation location)
diffstat:
distrib/notes/common/postinstall | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 9325a19cd5a9 -r 8c3dc935d5e2 distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall Thu Apr 13 17:53:58 2000 +0000
+++ b/distrib/notes/common/postinstall Thu Apr 13 18:24:13 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: postinstall,v 1.5 2000/04/13 15:46:43 hubertf Exp $
+.\" $NetBSD: postinstall,v 1.6 2000/04/13 18:24:13 jhawk Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -191,11 +191,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.
.El
.It
Misc
Home |
Main Index |
Thread Index |
Old Index