Module Name: src
Committed By: lukem
Date: Wed May 31 09:33:09 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
CHANGES: pax fixes
To generate a diff of this commit:
cvs rdiff -u -r1.2968 -r1.2969 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.2968 src/doc/CHANGES:1.2969
--- src/doc/CHANGES:1.2968 Wed May 24 13:09:53 2023
+++ src/doc/CHANGES Wed May 31 09:33:09 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2968 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2969 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -107,3 +107,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
Fix semaphores for macOS host tool. [lukem 20230523]
share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524]
mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524]
+ pax(1): Exit 0 if stdin filelist is used and no files are supplied.
+ Don't overwrite existing destination files if -r -w copy
+ fails for any reason. [lukem 20230528]