Module Name:    src
Committed By:   christos
Date:           Mon Mar 11 23:17:35 UTC 2013

Modified Files:
        src/etc/mtree: special

Log Message:
fix typo, from Henning Petersen


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 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.143 src/etc/mtree/special:1.144
--- src/etc/mtree/special:1.143	Fri Mar  8 09:31:28 2013
+++ src/etc/mtree/special	Mon Mar 11 19:17:34 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: special,v 1.143 2013/03/08 14:31:28 christos Exp $
+#	$NetBSD: special,v 1.144 2013/03/11 23:17:34 christos Exp $
 #	@(#)special	8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -310,8 +310,8 @@
 ./etc/ssh/ssh_config		type=file mode=0644 optional
 ./etc/ssh/ssh_host_dsa_key	type=file mode=0600 optional tags=nodiff
 ./etc/ssh/ssh_host_dsa_key.pub	type=file mode=0644 optional
-./etc/ssh/ssh_host_edsa_key	type=file mode=0600 optional tags=nodiff
-./etc/ssh/ssh_host_edsa_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_key		type=file mode=0600 optional 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