diff options
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 37316d21e..3bf444352 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -227,8 +227,8 @@ fi | |||
227 | %doc CREDITS UPGRADING | 227 | %doc CREDITS UPGRADING |
228 | %attr(0755,root,root) /usr/bin/ssh-keygen | 228 | %attr(0755,root,root) /usr/bin/ssh-keygen |
229 | %attr(0755,root,root) /usr/bin/scp | 229 | %attr(0755,root,root) /usr/bin/scp |
230 | %attr(0644,root,root) /usr/man/man1/ssh-keygen.1* | 230 | %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* |
231 | %attr(0644,root,root) /usr/man/man1/scp.1* | 231 | %attr(0644,root,root) %{_mandir}/man1/scp.1* |
232 | %attr(0755,root,root) %dir /etc/ssh | 232 | %attr(0755,root,root) %dir /etc/ssh |
233 | %attr(0755,root,root) %dir /usr/libexec/openssh | 233 | %attr(0755,root,root) %dir /usr/libexec/openssh |
234 | 234 | ||
@@ -237,17 +237,19 @@ fi | |||
237 | %attr(4755,root,root) /usr/bin/ssh | 237 | %attr(4755,root,root) /usr/bin/ssh |
238 | %attr(0755,root,root) /usr/bin/ssh-agent | 238 | %attr(0755,root,root) /usr/bin/ssh-agent |
239 | %attr(0755,root,root) /usr/bin/ssh-add | 239 | %attr(0755,root,root) /usr/bin/ssh-add |
240 | %attr(0644,root,root) /usr/man/man1/ssh.1* | 240 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* |
241 | %attr(0644,root,root) /usr/man/man1/ssh-agent.1* | 241 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* |
242 | %attr(0644,root,root) /usr/man/man1/ssh-add.1* | 242 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* |
243 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config | 243 | %attr(0644,root,root) %config(noreplace) /etc/ssh/ssh_config |
244 | %attr(-,root,root) /usr/bin/slogin | 244 | %attr(-,root,root) /usr/bin/slogin |
245 | %attr(-,root,root) /usr/man/man1/slogin.1* | 245 | %attr(-,root,root) %{_mandir}/man1/slogin.1* |
246 | 246 | ||
247 | %files server | 247 | %files server |
248 | %defattr(-,root,root) | 248 | %defattr(-,root,root) |
249 | %attr(0755,root,root) /usr/sbin/sshd | 249 | %attr(0755,root,root) /usr/sbin/sshd |
250 | %attr(0644,root,root) /usr/man/man8/sshd.8* | 250 | %attr(0755,root,root) /usr/libexec/openssh/sftp-server |
251 | %attr(0644,root,root) %{_mandir}/man8/sshd.8* | ||
252 | %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* | ||
251 | %attr(0600,root,root) %config(noreplace) /etc/ssh/sshd_config | 253 | %attr(0600,root,root) %config(noreplace) /etc/ssh/sshd_config |
252 | %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd | 254 | %attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd |
253 | %attr(0755,root,root) %config /etc/rc.d/init.d/sshd | 255 | %attr(0755,root,root) %config /etc/rc.d/init.d/sshd |