Module Name: src
Committed By: ahoka
Date: Sun Oct 18 12:13:49 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
the older mfs on i386 and amd64. [ahoka 20091018]
To generate a diff of this commit:
cvs rdiff -u -r1.1307 -r1.1308 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1307 src/doc/CHANGES:1.1308
--- src/doc/CHANGES:1.1307 Fri Oct 16 21:59:40 2009
+++ src/doc/CHANGES Sun Oct 18 12:13:49 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1307 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1308 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -422,4 +422,5 @@
hdaudioctl(8): Add tool to manipulate hdaudio(4) devices
[sborrill 20091011]
dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016]
-
+ sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
+ the older mfs on i386 and amd64. [ahoka 20091018]