Module Name: src
Committed By: brad
Date: Sat Apr 30 15:45:41 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Mention the changes for /etc/rc.d/gpio
To generate a diff of this commit:
cvs rdiff -u -r1.2870 -r1.2871 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.2870 src/doc/CHANGES:1.2871
--- src/doc/CHANGES:1.2870 Fri Apr 15 14:02:08 2022
+++ src/doc/CHANGES Sat Apr 30 15:45:41 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2870 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2871 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -488,3 +488,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
dhcp: Import version 4.4.3. [christos 20220402]
udf: Added fsck_udf(8) and upgraded newfs_udf/makefs for UDF. [reinoud 20220506]
OpenSSH: Import 9.0. [christos 20220415]
+ gpio: Allow /etc/rc.d/gpio to use a '!' character like /etc/rc.d/network
+ can to run a shell script. [brad 20220430]