mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (djm) Fix scp user@host handling
- (djm) Don't clobber ssh_prng_cmds on install
This commit is contained in:
parent
874d77bb13
commit
e4041c9d81
@ -78,6 +78,8 @@
|
|||||||
- markus@cvs.openbsd.org 2000/10/13 13:12:02
|
- markus@cvs.openbsd.org 2000/10/13 13:12:02
|
||||||
[myproposal.h]
|
[myproposal.h]
|
||||||
prefer no compression
|
prefer no compression
|
||||||
|
- (djm) Fix scp user@host handling
|
||||||
|
- (djm) Don't clobber ssh_prng_cmds on install
|
||||||
|
|
||||||
20001007
|
20001007
|
||||||
- (stevesk) Print PAM return value in PAM log messages to aid
|
- (stevesk) Print PAM return value in PAM log messages to aid
|
||||||
|
@ -154,7 +154,9 @@ install-files:
|
|||||||
fi
|
fi
|
||||||
if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
|
if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
|
||||||
$(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
|
$(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
|
||||||
|
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
|
||||||
$(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
|
$(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
|
||||||
|
fi ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host-key: ssh-keygen$(EXEEXT)
|
host-key: ssh-keygen$(EXEEXT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user