Module Name:    src
Committed By:   martin
Date:           Tue Apr 16 19:06:07 UTC 2024

Modified Files:
        src/etc/mtree [netbsd-9]: special

Log Message:
Pull up following revision(s) (requested by kim in ticket #1824):
        etc/mtree/special: revision 1.172
Add /etc/sshd/ssh_host_ed25519_key* .


To generate a diff of this commit:
cvs rdiff -u -r1.167.2.1 -r1.167.2.2 src/etc/mtree/special

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/mtree/special
diff -u src/etc/mtree/special:1.167.2.1 src/etc/mtree/special:1.167.2.2
--- src/etc/mtree/special:1.167.2.1	Tue Jun 30 18:22:48 2020
+++ src/etc/mtree/special	Tue Apr 16 19:06:07 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.167.2.1 2020/06/30 18:22:48 martin Exp $
+#	$NetBSD: special,v 1.167.2.2 2024/04/16 19:06:07 martin Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -337,6 +337,8 @@
 ./etc/ssh/ssh_host_dsa_key.pub	type=file mode=0644 optional
 ./etc/ssh/ssh_host_ecdsa_key	type=file mode=0600 optional tags=nodiff
 ./etc/ssh/ssh_host_ecdsa_key.pub	type=file mode=0644 optional
+./etc/ssh/ssh_host_ed25519_key	type=file mode=0600 optional tags=nodiff
+./etc/ssh/ssh_host_ed25519_key.pub	type=file mode=0644 optional
 ./etc/ssh/ssh_host_key		type=file mode=0600 optional tags=nodiff tags=nodiff
 ./etc/ssh/ssh_host_key.pub	type=file mode=0644 optional
 ./etc/ssh/ssh_host_rsa_key	type=file mode=0600 optional tags=nodiff

Reply via email to