diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -26,6 +26,7 @@ | |||
26 | [sshd.c] | 26 | [sshd.c] |
27 | lightweight do_setusercontext after chroot() | 27 | lightweight do_setusercontext after chroot() |
28 | - (bal) Updated AIX package build. Patch by dtucker@zip.com.au | 28 | - (bal) Updated AIX package build. Patch by dtucker@zip.com.au |
29 | - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8 | ||
29 | 30 | ||
30 | 20020625 | 31 | 20020625 |
31 | - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh | 32 | - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh |
@@ -1125,4 +1126,4 @@ | |||
1125 | - (stevesk) entropy.c: typo in debug message | 1126 | - (stevesk) entropy.c: typo in debug message |
1126 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1127 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1127 | 1128 | ||
1128 | $Id: ChangeLog,v 1.2282 2002/06/25 23:38:47 mouring Exp $ | 1129 | $Id: ChangeLog,v 1.2283 2002/06/25 23:45:42 tim Exp $ |
diff --git a/Makefile.in b/Makefile.in index 7eb8ec268..e7faa1591 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.216 2002/06/25 00:24:47 djm Exp $ | 1 | # $Id: Makefile.in,v 1.217 2002/06/25 23:45:42 tim Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -241,7 +241,7 @@ install-files: scard-install | |||
241 | $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 | 241 | $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 |
242 | $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 | 242 | $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 |
243 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 243 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |
244 | if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ | 244 | if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \ |
245 | $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ | 245 | $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ |
246 | fi | 246 | fi |
247 | @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 | 247 | @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 |