Module Name: src
Committed By: bouyer
Date: Sun Mar 6 17:12:36 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Add a note about a possible way to migrate limits from QUOTA to QUOTA2
To generate a diff of this commit:
cvs rdiff -u -r1.1517 -r1.1518 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.1517 src/doc/CHANGES:1.1518
--- src/doc/CHANGES:1.1517 Sun Mar 6 17:08:12 2011
+++ src/doc/CHANGES Sun Mar 6 17:12:36 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1517 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1518 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -881,4 +881,6 @@
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2, turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
+ See repquota(8) and quotactl(8) for a way to migrate
+ limits from QUOTA to QUOTA2.
[bouyer 20110306]