- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by

openssh AT roumenpetrov.info
This commit is contained in:
Damien Miller 2011-01-09 09:19:50 +11:00
parent 996384d500
commit e63b7f2821
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20110109
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
openssh AT roumenpetrov.info
20110108
- (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress
test on OSX and others. Reported by imorgan AT nas.nasa.gov

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.314 2011/01/03 21:16:29 djm Exp $
# $Id: Makefile.in,v 1.315 2011/01/08 22:19:53 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@ -109,6 +109,7 @@ PATHSUBS = \
-e 's|/usr/libexec|$(libexecdir)|g' \
-e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
-e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
-e 's|/etc/ssh/ssh_host_ecdsa_key|$(sysconfdir)/ssh_host_ecdsa_key|g' \
-e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_key|g' \
-e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
-e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \