- Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
<jmknoble@pobox.com>
This commit is contained in:
parent
0e1cf7caa7
commit
6d84493c8b
|
@ -6,6 +6,8 @@
|
|||
- Use preformatted manpages on SCO, report from Gary E. Miller
|
||||
<gem@rellim.com>
|
||||
- New URL for x11-ssh-askpass.
|
||||
- Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
|
||||
<jmknoble@pobox.com>
|
||||
|
||||
20000124
|
||||
- Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue