Module Name: src
Committed By: apb
Date: Fri Feb 17 07:51:51 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
document postinstall pwd_mkdb item
To generate a diff of this commit:
cvs rdiff -u -r1.1673 -r1.1674 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.1673 src/doc/CHANGES:1.1674
--- src/doc/CHANGES:1.1673 Fri Feb 17 07:46:54 2012
+++ src/doc/CHANGES Fri Feb 17 07:51:51 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1673 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1674 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -27,3 +27,6 @@
Changes from NetBSD 6.0 to NetBSD 7.0:
window(1): Removed from the base system in favor of tmux(1). Use the
pkgsrc/misc/window package from now on. [jmmv 20120215]
+
+ postinstall(8): Added pwd_mkdb item, to run "pwd_mkdb -V 1
+ /etc/master.passwd" if necessary. [apb 20120217]