summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-26 12:17:50 +1100
committerDamien Miller <djm@mindrot.org>2000-01-26 12:17:50 +1100
commit6d84493c8b689294d076890c073cf5a3c0789b75 (patch)
tree1aa9a636899b9566b7b7fc64b68e47d9b21ae495 /Makefile.in
parent0e1cf7caa785dd502099c2ee0cedd852d1ded90b (diff)
- Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
<jmknoble@pobox.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
45CONFIGFILES=sshd_config ssh_config 45CONFIGFILES=sshd_config ssh_config
46 46
47PATHSUBS = -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 47PATHSUBS = -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
49FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) 49FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
50 50