diff options
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 482306f8b..c6574a279 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -223,9 +223,13 @@ fi | |||
223 | %attr(4755,root,root) %{_bindir}/ssh | 223 | %attr(4755,root,root) %{_bindir}/ssh |
224 | %attr(0755,root,root) %{_bindir}/ssh-agent | 224 | %attr(0755,root,root) %{_bindir}/ssh-agent |
225 | %attr(0755,root,root) %{_bindir}/ssh-add | 225 | %attr(0755,root,root) %{_bindir}/ssh-add |
226 | %attr(0755,root,root) %{_bindir}/ssh-keyscan | ||
227 | %attr(0755,root,root) %{_bindir}/sftp | ||
226 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* | 228 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* |
227 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* | 229 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* |
228 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* | 230 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* |
231 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* | ||
232 | %attr(0644,root,root) %{_mandir}/man1/sftp.1* | ||
229 | %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh_config | 233 | %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh_config |
230 | %attr(-,root,root) %{_bindir}/slogin | 234 | %attr(-,root,root) %{_bindir}/slogin |
231 | %attr(-,root,root) %{_mandir}/man1/slogin.1* | 235 | %attr(-,root,root) %{_mandir}/man1/slogin.1* |