Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add note about named group needing to be hand added or make ...
details: https://anonhg.NetBSD.org/src/rev/f66012eb8efd
branches: trunk
changeset: 506847:f66012eb8efd
user: jmc <jmc%NetBSD.org@localhost>
date: Tue Mar 06 19:00:59 2001 +0000
description:
Add note about named group needing to be hand added or make build will fail.
diffstat:
UPDATING | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 79f70c9dbd24 -r f66012eb8efd UPDATING
--- a/UPDATING Tue Mar 06 14:55:13 2001 +0000
+++ b/UPDATING Tue Mar 06 19:00:59 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.20 2001/02/24 20:23:10 jmc Exp $
+$NetBSD: UPDATING,v 1.21 2001/03/06 19:00:59 jmc Exp $
This file is intended to be a brief introduction to the build
process and a reference on what to do if something doesn't work.
@@ -8,6 +8,17 @@
Recent changes:
^^^^^^^^^^^^^^^
+20010226:
+
+ Added named group to /etc/group. Need to hand add this in or builds
+ will break as mtree aborts early.
+
+ To work around add by hand:
+
+ named:*:14:
+
+ to /etc/group before make build.
+
20010219:
get/setprogname() added. Any hostprog's that may use this will need
to be bootstrapped manually until the host system is current.
Home |
Main Index |
Thread Index |
Old Index