diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-21 12:51:07 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-21 12:51:07 +0200 |
commit | f13f75da2e675ac6dd212c590828e358e9b29ecb (patch) | |
tree | 34d97f826923a1511365dfbf23309eba093ea5a4 /Makefile.in | |
parent | - (djm) Fix SSL search order from Lutz Jaenicke (diff) | |
download | openssh-f13f75da2e675ac6dd212c590828e358e9b29ecb.tar.xz openssh-f13f75da2e675ac6dd212c590828e358e9b29ecb.zip |
- (djm) Fix bad path substitution. Report from Andrew Miner
<asminer@cs.iastate.edu>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |