summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--contrib/redhat/openssh.spec2
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18339c47c..ef9dd84b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120001211
2 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
3 patch to install ssh-keyscan manpage. Patch by Pekka Savola
4 <pekka@netcore.fi>
5
120001210 620001210
2 - (bal) OpenBSD CVS updates 7 - (bal) OpenBSD CVS updates
3 - markus@cvs.openbsd.org 2000/12/09 13:41:51 8 - markus@cvs.openbsd.org 2000/12/09 13:41:51
diff --git a/Makefile.in b/Makefile.in
index b351985c1..4a6bf9544 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,6 +157,7 @@ install-files:
157 $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1 157 $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
158 $(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1 158 $(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
159 $(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 159 $(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
160 $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
160 $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 161 $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
161 $(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 162 $(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
162 -rm -f $(DESTDIR)$(bindir)/slogin 163 -rm -f $(DESTDIR)$(bindir)/slogin
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index ad2c2a98f..18b9ade07 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -209,7 +209,9 @@ fi
209%doc CREDITS LICENCE 209%doc CREDITS LICENCE
210%attr(0755,root,root) %{_bindir}/ssh-keygen 210%attr(0755,root,root) %{_bindir}/ssh-keygen
211%attr(0755,root,root) %{_bindir}/scp 211%attr(0755,root,root) %{_bindir}/scp
212%attr(0755,root,root) %{_bindir}/ssh-keyscan
212%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* 213%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*
214%attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1*
213%attr(0644,root,root) %{_mandir}/man1/scp.1* 215%attr(0644,root,root) %{_mandir}/man1/scp.1*
214%attr(0755,root,root) %dir %{_sysconfdir} 216%attr(0755,root,root) %dir %{_sysconfdir}
215%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes 217%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes