Module Name: src
Committed By: sborrill
Date: Sat Oct 10 20:23:10 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1082
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.96 src/doc/CHANGES-5.1:1.1.2.97
--- src/doc/CHANGES-5.1:1.1.2.96 Sat Oct 10 19:54:28 2009
+++ src/doc/CHANGES-5.1 Sat Oct 10 20:23:09 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.96 2009/10/10 19:54:28 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.97 2009/10/10 20:23:09 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14088,3 +14088,11 @@
Fixes PR xsrc/42126.
[snj, ticket #1079]
+distrib/utils/sysinst/util.c 1.161
+ Don't extract xetc to /, but rather in /.sysinst (like etc) so
+ we don't blow away existing config files. Wait until all sets
+ have been unpacked to run postinstall. Previously we ran it
+ after extracting etc, which meant that /var/db/obsolete/ was
+ not fully populated.
+ [snj, ticket #1082]
+