diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/caldera/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 557770d76..6bba4d36a 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -253,9 +253,13 @@ fi | |||
253 | %attr(4755,root,root) %{_bindir}/ssh | 253 | %attr(4755,root,root) %{_bindir}/ssh |
254 | %attr(0755,root,root) %{_bindir}/ssh-agent | 254 | %attr(0755,root,root) %{_bindir}/ssh-agent |
255 | %attr(0755,root,root) %{_bindir}/ssh-add | 255 | %attr(0755,root,root) %{_bindir}/ssh-add |
256 | %attr(0755,root,root) %{_bindir}/ssh-keyscan | ||
257 | %attr(0755,root,root) %{_bindir}/sftp | ||
256 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* | 258 | %attr(0644,root,root) %{_mandir}/man1/ssh.1* |
257 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* | 259 | %attr(0644,root,root) %{_mandir}/man1/ssh-agent.1* |
258 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* | 260 | %attr(0644,root,root) %{_mandir}/man1/ssh-add.1* |
261 | %attr(0644,root,root) %{_mandir}/man1/ssh-keyscan.1* | ||
262 | %attr(0644,root,root) %{_mandir}/man1/sftp.1* | ||
259 | %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh_config | 263 | %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh_config |
260 | %attr(-,root,root) %{_bindir}/slogin | 264 | %attr(-,root,root) %{_bindir}/slogin |
261 | %attr(-,root,root) %{_mandir}/man1/slogin.1* | 265 | %attr(-,root,root) %{_mandir}/man1/slogin.1* |
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* |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index b4cc2d92f..01ff204e0 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -180,6 +180,8 @@ fi | |||
180 | %attr(-,root,root) /usr/bin/slogin | 180 | %attr(-,root,root) /usr/bin/slogin |
181 | %attr(0755,root,root) /usr/bin/ssh-agent | 181 | %attr(0755,root,root) /usr/bin/ssh-agent |
182 | %attr(0755,root,root) /usr/bin/ssh-add | 182 | %attr(0755,root,root) /usr/bin/ssh-add |
183 | %attr(0755,root,root) /usr/bin/ssh-keyscan | ||
184 | %attr(0755,root,root) /usr/bin/sftp | ||
183 | %attr(0755,root,root) /usr/sbin/sshd | 185 | %attr(0755,root,root) /usr/sbin/sshd |
184 | %attr(-,root,root) /usr/sbin/rcsshd | 186 | %attr(-,root,root) /usr/sbin/rcsshd |
185 | %attr(0755,root,root) %dir /usr/lib/ssh | 187 | %attr(0755,root,root) %dir /usr/lib/ssh |