diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -57,6 +57,7 @@ | |||
57 | - (bal) Cygwin special handling of empty passwords wrong. Patch by | 57 | - (bal) Cygwin special handling of empty passwords wrong. Patch by |
58 | vinschen@redhat.com | 58 | vinschen@redhat.com |
59 | - (bal) Missed integrating ssh_config.5 and sshd_config.5 | 59 | - (bal) Missed integrating ssh_config.5 and sshd_config.5 |
60 | - (bal) Still more Makefile.in updates for ssh{d}_config.5 | ||
60 | 61 | ||
61 | 20020613 | 62 | 20020613 |
62 | - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com | 63 | - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com |
@@ -985,4 +986,4 @@ | |||
985 | - (stevesk) entropy.c: typo in debug message | 986 | - (stevesk) entropy.c: typo in debug message |
986 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 987 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
987 | 988 | ||
988 | $Id: ChangeLog,v 1.2233 2002/06/21 01:24:01 mouring Exp $ | 989 | $Id: ChangeLog,v 1.2234 2002/06/21 01:38:53 mouring Exp $ |
diff --git a/Makefile.in b/Makefile.in index 7e948d805..4b3e27865 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.214 2002/06/21 01:24:02 mouring Exp $ | 1 | # $Id: Makefile.in,v 1.215 2002/06/21 01:38:53 mouring 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@ |
@@ -209,6 +209,7 @@ install-files: scard-install | |||
209 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir) | 209 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir) |
210 | $(srcdir)/mkinstalldirs $(DESTDIR)$(datadir) | 210 | $(srcdir)/mkinstalldirs $(DESTDIR)$(datadir) |
211 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1 | 211 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1 |
212 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5 | ||
212 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 | 213 | $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 |
213 | $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir) | 214 | $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir) |
214 | $(INSTALL) -m 0755 -s ssh $(DESTDIR)$(bindir)/ssh | 215 | $(INSTALL) -m 0755 -s ssh $(DESTDIR)$(bindir)/ssh |
@@ -230,6 +231,8 @@ install-files: scard-install | |||
230 | $(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1 | 231 | $(INSTALL) -m 644 ssh-agent.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1 |
231 | $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 | 232 | $(INSTALL) -m 644 ssh-keygen.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 |
232 | $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 | 233 | $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 |
234 | $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 | ||
235 | $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 | ||
233 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 236 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |
234 | if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ | 237 | if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ |
235 | $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ | 238 | $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ |