Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree fix typo, from Henning Petersen



details:   https://anonhg.NetBSD.org/src/rev/301bcaad7228
branches:  trunk
changeset: 785395:301bcaad7228
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 11 23:17:34 2013 +0000

description:
fix typo, from Henning Petersen

diffstat:

 etc/mtree/special |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8b277173ff2b -r 301bcaad7228 etc/mtree/special
--- a/etc/mtree/special Mon Mar 11 21:37:54 2013 +0000
+++ b/etc/mtree/special Mon Mar 11 23:17:34 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index