Module Name: src
Committed By: martin
Date: Tue Aug 12 14:39:49 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 8
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.4 src/doc/CHANGES-7.0:1.1.2.5
--- src/doc/CHANGES-7.0:1.1.2.4 Tue Aug 12 10:24:13 2014
+++ src/doc/CHANGES-7.0 Tue Aug 12 14:39:49 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.4 2014/08/12 10:24:13 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.5 2014/08/12 14:39:49 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -50,3 +50,17 @@ sys/dev/usb/motg.c 1.8
Make this compile when DIAGNOSTIC isn't defined.
[skrll, ticket #6]
+usr.sbin/postinstall/postinstall 1.177
+usr.sbin/postinstall/postinstall 1.178
+usr.sbin/postinstall/postinstall 1.179
+
+ Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
+ Also remove an unnecessary eval in do_dhcpcdrundir and
+ fix a typo in the description.
+
+ Quoting fixes in several eval commands.
+
+ In get_makevar, ask make to recursively expand the variable,
+ not just print the unexpanded value. This is done by
+ using make -V '${VAR}' instead of make -V 'VAR'.
+ [apb, ticket #8]