diff --git a/ChangeLog b/ChangeLog index 4ad26aa15..237533f1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ - Use preformatted manpages on SCO, report from Gary E. Miller - New URL for x11-ssh-askpass. + - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble + 20000124 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number diff --git a/Makefile.in b/Makefile.in index 0c9ea0d44..964b10851 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ MANPAGES = @MANTYPE@ CONFIGFILES=sshd_config ssh_config -PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/sshd_config=$(sysconfdir)/sshd_config -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/known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -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)