From 777319db6b452fbb72519ad7efe1f069ea928be3 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 23 Sep 2000 03:00:09 +0000 Subject: [PATCH] - (djm) Redhat spec and manpage fixes from Pekka Savola --- CREDITS | 1 + ChangeLog | 1 + contrib/redhat/openssh.spec | 16 +++++++++------- sftp-server.8 | 3 +-- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CREDITS b/CREDITS index 63dc64ad..0bae5a1a 100644 --- a/CREDITS +++ b/CREDITS @@ -58,6 +58,7 @@ Nalin Dahyabhai - PAM environment patch Nate Itkin - SunOS 4.1.x fixes Niels Kristian Bech Jensen - Assorted patches Pavel Troller - Bugfixes +Pekka Savola - Bugfixes Peter Kocks - Makefile fixes Phil Hands - Debian scripts, assorted patches Phil Karn - Autoconf fix diff --git a/ChangeLog b/ChangeLog index 9a8a3965..ef8407e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20000923 - (djm) Fix address logging in utmp from Kevin Steves + - (djm) Redhat spec and manpage fixes from Pekka Savola 20000920 - (djm) Fix bad path substitution. Report from Andrew Miner diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 37316d21..3bf44435 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -227,8 +227,8 @@ fi %doc CREDITS UPGRADING %attr(0755,root,root) /usr/bin/ssh-keygen %attr(0755,root,root) /usr/bin/scp -%attr(0644,root,root) /usr/man/man1/ssh-keygen.1* -%attr(0644,root,root) /usr/man/man1/scp.1* +%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* +%attr(0644,root,root) %{_mandir}/man1/scp.1* %attr(0755,root,root) %dir /etc/ssh %attr(0755,root,root) %dir /usr/libexec/openssh @@ -237,17 +237,19 @@ fi %attr(4755,root,root) /usr/bin/ssh %attr(0755,root,root) /usr/bin/ssh-agent %attr(0755,root,root) /usr/bin/ssh-add -%attr(0644,root,root) /usr/man/man1/ssh.1* -%attr(0644,root,root) /usr/man/man1/ssh-agent.1* -%attr(0644,root,root) /usr/man/man1/ssh-add.1* +%attr(0644,root,root) %{_mandir}/man1/ssh.1* +%attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* +%attr(0644,root,root) %{_mandir}/man1/ssh-add.1* %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config %attr(-,root,root) /usr/bin/slogin -%attr(-,root,root) /usr/man/man1/slogin.1* +%attr(-,root,root) %{_mandir}/man1/slogin.1* %files server %defattr(-,root,root) %attr(0755,root,root) /usr/sbin/sshd -%attr(0644,root,root) /usr/man/man8/sshd.8* +%attr(0755,root,root) /usr/libexec/openssh/sftp-server +%attr(0644,root,root) %{_mandir}/man8/sshd.8* +%attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %attr(0600,root,root) %config(noreplace) /etc/ssh/sshd_config %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd %attr(0755,root,root) %config /etc/rc.d/init.d/sshd diff --git a/sftp-server.8 b/sftp-server.8 index 9811a3b4..59c997c3 100644 --- a/sftp-server.8 +++ b/sftp-server.8 @@ -45,8 +45,7 @@ See for more information. .Sh HISTORY .Nm -first appeared in -.Ox 2.8 . +first appeared in OpenBSD 2.8. .Sh AUTHOR Markus Friedl .Sh SEE ALSO -- 2.45.1