diff options
author | Damien Miller <djm@mindrot.org> | 2011-01-09 09:19:50 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-01-09 09:19:50 +1100 |
commit | e63b7f28213b28efb412e7ea723fdb2b8de4843b (patch) | |
tree | 3ed4795c4dfb14252f50e1f8ce2ce032b0971143 | |
parent | 996384d5005130b0c77901ced4ca776dd3d9328f (diff) |
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
openssh AT roumenpetrov.info
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20110109 | ||
2 | - (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by | ||
3 | openssh AT roumenpetrov.info | ||
4 | |||
1 | 20110108 | 5 | 20110108 |
2 | - (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress | 6 | - (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress |
3 | test on OSX and others. Reported by imorgan AT nas.nasa.gov | 7 | test on OSX and others. Reported by imorgan AT nas.nasa.gov |
diff --git a/Makefile.in b/Makefile.in index be65be6b3..7c55c7582 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.314 2011/01/03 21:16:29 djm Exp $ | 1 | # $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -109,6 +109,7 @@ PATHSUBS = \ | |||
109 | -e 's|/usr/libexec|$(libexecdir)|g' \ | 109 | -e 's|/usr/libexec|$(libexecdir)|g' \ |
110 | -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \ | 110 | -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \ |
111 | -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \ | 111 | -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \ |
112 | -e 's|/etc/ssh/ssh_host_ecdsa_key|$(sysconfdir)/ssh_host_ecdsa_key|g' \ | ||
112 | -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \ | 113 | -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \ |
113 | -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ | 114 | -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ |
114 | -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ | 115 | -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ |