Module Name: src
Committed By: snj
Date: Thu Jun 6 00:21:28 UTC 2024
Modified Files:
src/distrib/notes/common: main
Log Message:
In the Release Contents section describing the source/sets/ directory,
remove a reference to pkgsrc sources, which were removed from NetBSD
releases in 2002 with NetBSD-1.6. Spotted by Mouse in PR install/58067.
Fetching and unpacking pkgsrc manually is covered elsewhere in INSTALL,
so nothing lost here.
To generate a diff of this commit:
cvs rdiff -u -r1.575 -r1.576 src/distrib/notes/common/main
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.575 src/distrib/notes/common/main:1.576
--- src/distrib/notes/common/main:1.575 Mon Mar 25 13:35:28 2024
+++ src/distrib/notes/common/main Thu Jun 6 00:21:28 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.575 2024/03/25 13:35:28 uwe Exp $
+.\" $NetBSD: main,v 1.576 2024/06/06 00:21:28 snj Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -723,11 +723,7 @@ All the above source sets are located in
subdirectory of the distribution tree.
.Pp
The source sets are distributed as compressed tar files.
-Except for the
-.Sy pkgsrc
-set, which is traditionally unpacked into
-.Pa /usr/pkgsrc ,
-all sets may be unpacked into
+Individual sets may be unpacked into
.Pa /usr/src
with the command:
.Dl # Ic "cd / ; tar -zxpf set_name.\*[setsuffix]"