mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (djm) Fix bad path substitution. Report from Andrew Miner
<asminer@cs.iastate.edu>
This commit is contained in:
parent
a1b61e11a7
commit
f13f75da2e
@ -1,3 +1,7 @@
|
|||||||
|
20000920
|
||||||
|
- (djm) Fix bad path substitution. Report from Andrew Miner
|
||||||
|
<asminer@cs.iastate.edu>
|
||||||
|
|
||||||
20000916
|
20000916
|
||||||
- (djm) Fix SSL search order from Lutz Jaenicke
|
- (djm) Fix SSL search order from Lutz Jaenicke
|
||||||
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
||||||
|
@ -48,7 +48,7 @@ MANPAGES = @MANTYPE@
|
|||||||
|
|
||||||
CONFIGFILES=sshd_config ssh_config
|
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)
|
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user