Module Name: src
Committed By: martin
Date: Wed Sep 25 15:47:36 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #240
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-9.0
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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.59 src/doc/CHANGES-9.0:1.1.2.60
--- src/doc/CHANGES-9.0:1.1.2.59 Tue Sep 24 18:15:50 2019
+++ src/doc/CHANGES-9.0 Wed Sep 25 15:47:36 2019
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.59 2019/09/24 18:15:50 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.60 2019/09/25 15:47:36 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -3961,3 +3961,11 @@ sys/dev/nvmm/x86/nvmm_x86_vmx.c 1.37
Always set hwcode on error. Useful for debugging.
[maxv, ticket #239]
+usr.sbin/postinstall/postinstall.in 1.6,1.7
+
+ exclude_libs - redirect ls 2> /dev/null so that the user is not
+ spammed with errors for directories without any libraries.
+ Add missing ${DEST_DIR} prefix to check target directory
+ (instead of host directory).
+ [nakayama, ticket #240]
+