Module Name: src
Committed By: gutteridge
Date: Wed Aug 21 17:17:18 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
CHANGES: note addition of -k option to syslogd(8)
To generate a diff of this commit:
cvs rdiff -u -r1.3079 -r1.3080 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.3079 src/doc/CHANGES:1.3080
--- src/doc/CHANGES:1.3079 Tue Aug 20 08:38:33 2024
+++ src/doc/CHANGES Wed Aug 21 17:17:18 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3079 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3080 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -481,3 +481,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
ntp: Import ntp 4.2.8p18. [christos 20240818]
riscv: Add a clock driver for the JH7110 SoC found in the
StarFive VisionFive 2. [skrll 20240819]
+ syslogd(8): add -k option [gutteridge 20240821]