Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Ticket 8



details:   https://anonhg.NetBSD.org/src/rev/eae9528d4d40
branches:  netbsd-7
changeset: 798233:eae9528d4d40
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 12 14:39:49 2014 +0000

description:
Ticket 8

diffstat:

 doc/CHANGES-7.0 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 6047f22660cb -r eae9528d4d40 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Tue Aug 12 14:38:29 2014 +0000
+++ b/doc/CHANGES-7.0   Tue Aug 12 14:39:49 2014 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index