From f13f75da2e675ac6dd212c590828e358e9b29ecb Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 21 Sep 2000 21:51:07 +1100 Subject: - (djm) Fix bad path substitution. Report from Andrew Miner --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94bf7e918..1d232d06b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20000920 + - (djm) Fix bad path substitution. Report from Andrew Miner + + 20000916 - (djm) Fix SSL search order from Lutz Jaenicke diff --git a/Makefile.in b/Makefile.in index f3a19c0fd..e21778bac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,7 @@ MANPAGES = @MANTYPE@ CONFIGFILES=sshd_config ssh_config -PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/usr/libexec=$(libexecdir) -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/var/run/sshd.pid=$(piddir)/sshd.pid +PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/usr/libexec=$(libexecdir) -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/var/run/sshd.pid=$(piddir)/sshd.pid FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) -- cgit v1.2.3