diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ | |||
6 | - Use preformatted manpages on SCO, report from Gary E. Miller | 6 | - Use preformatted manpages on SCO, report from Gary E. Miller |
7 | <gem@rellim.com> | 7 | <gem@rellim.com> |
8 | - New URL for x11-ssh-askpass. | 8 | - New URL for x11-ssh-askpass. |
9 | - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble | ||
10 | <jmknoble@pobox.com> | ||
9 | 11 | ||
10 | 20000124 | 12 | 20000124 |
11 | - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number | 13 | - 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@ | |||
44 | 44 | ||
45 | CONFIGFILES=sshd_config ssh_config | 45 | CONFIGFILES=sshd_config ssh_config |
46 | 46 | ||
47 | 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 | 47 | 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 |
48 | 48 | ||
49 | FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) | 49 | FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) |
50 | 50 | ||