diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 09c42a093..dd9a3e253 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -251,7 +251,7 @@ fi | |||
251 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* | 251 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* |
252 | %attr(0644,root,root) %{_mandir}/man1/scp.1* | 252 | %attr(0644,root,root) %{_mandir}/man1/scp.1* |
253 | %attr(0755,root,root) %dir %{_sysconfdir} | 253 | %attr(0755,root,root) %dir %{_sysconfdir} |
254 | %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/primes | 254 | %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/moduli |
255 | %attr(0755,root,root) %dir %{_libexecdir}/openssh | 255 | %attr(0755,root,root) %dir %{_libexecdir}/openssh |
256 | 256 | ||
257 | %files clients | 257 | %files clients |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 4075d4f82..1327ca854 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -171,7 +171,7 @@ fi | |||
171 | %attr(0755,root,root) %dir /etc/ssh | 171 | %attr(0755,root,root) %dir /etc/ssh |
172 | %attr(0644,root,root) %config /etc/ssh/ssh_config | 172 | %attr(0644,root,root) %config /etc/ssh/ssh_config |
173 | %attr(0600,root,root) %config /etc/ssh/sshd_config | 173 | %attr(0600,root,root) %config /etc/ssh/sshd_config |
174 | %attr(0600,root,root) %config /etc/ssh/primes | 174 | %attr(0600,root,root) %config /etc/ssh/moduli |
175 | %attr(0644,root,root) %config /etc/pam.d/sshd | 175 | %attr(0644,root,root) %config /etc/pam.d/sshd |
176 | %attr(0755,root,root) %config /sbin/init.d/sshd | 176 | %attr(0755,root,root) %config /sbin/init.d/sshd |
177 | %attr(0755,root,root) /usr/bin/ssh-keygen | 177 | %attr(0755,root,root) /usr/bin/ssh-keygen |