Module Name: src
Committed By: bouyer
Date: Tue Aug 18 11:07:06 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
ticket 1350
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-4.0.2
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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.50 src/doc/CHANGES-4.0.2:1.1.2.51
--- src/doc/CHANGES-4.0.2:1.1.2.50 Tue Aug 18 10:59:32 2009
+++ src/doc/CHANGES-4.0.2 Tue Aug 18 11:07:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.50 2009/08/18 10:59:32 bouyer Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.51 2009/08/18 11:07:06 bouyer Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -791,3 +791,14 @@
pushinit(): fix a use-after-free bug.
[msaitoh, ticket #1353]
+sbin/dkctl/dkctl.8 1.19
+sbin/dkctl/dkctl.c 1.18
+
+ list the partition types addwedge understands, so you don't need to
+ utsl to find out what strings to use here
+ fixes PR 37252
+ make dkctl conform to its man page and print the device name on
+ addwedge when the addition was successful (as well as indicating
+ success).
+ [spz, ticket #1350]
+