Module Name: src
Committed By: christos
Date: Thu Nov 1 23:34:03 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
add flock
To generate a diff of this commit:
cvs rdiff -u -r1.1754 -r1.1755 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.1754 src/doc/CHANGES:1.1755
--- src/doc/CHANGES:1.1754 Sun Oct 28 13:13:59 2012
+++ src/doc/CHANGES Thu Nov 1 19:34:03 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1754 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1755 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -134,3 +134,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
libc: Import tzcode2012g. [christos 20121023]
zoneinfo: Import tzdata2012h. [apb 20121027]
libc: Update to tzcode2012h. [christos 20121028]
+ flock(1): Add a utility to provide locks to shell scripts similar
+ to shlock(1) [christos 20121101]