summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-03-15 04:30:21 +1100
committerDamien Miller <djm@mindrot.org>2016-03-15 04:30:21 +1100
commitcff26f373c58457a32cb263e212cfff53fca987b (patch)
tree1f32deb8203ae953d2850274bbb7c8e3d1753737 /contrib
parentc38905ba391434834da86abfc988a2b8b9b62477 (diff)
remove slogin from *.spec
Diffstat (limited to 'contrib')
-rw-r--r--contrib/redhat/openssh.spec2
-rw-r--r--contrib/suse/openssh.spec2
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 2a55f454e..b6240c7ca 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -358,8 +358,6 @@ fi
358%attr(0644,root,root) %{_mandir}/man1/ssh.1* 358%attr(0644,root,root) %{_mandir}/man1/ssh.1*
359%attr(0644,root,root) %{_mandir}/man5/ssh_config.5* 359%attr(0644,root,root) %{_mandir}/man5/ssh_config.5*
360%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config 360%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
361%attr(-,root,root) %{_bindir}/slogin
362%attr(-,root,root) %{_mandir}/man1/slogin.1*
363%if ! %{rescue} 361%if ! %{rescue}
364%attr(2755,root,nobody) %{_bindir}/ssh-agent 362%attr(2755,root,nobody) %{_bindir}/ssh-agent
365%attr(0755,root,root) %{_bindir}/ssh-add 363%attr(0755,root,root) %{_bindir}/ssh-add
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 53264c1fb..047488f0d 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -202,7 +202,6 @@ rm -rf $RPM_BUILD_ROOT
202%attr(0755,root,root) %{_bindir}/ssh-keygen 202%attr(0755,root,root) %{_bindir}/ssh-keygen
203%attr(0755,root,root) %{_bindir}/scp 203%attr(0755,root,root) %{_bindir}/scp
204%attr(0755,root,root) %{_bindir}/ssh 204%attr(0755,root,root) %{_bindir}/ssh
205%attr(-,root,root) %{_bindir}/slogin
206%attr(0755,root,root) %{_bindir}/ssh-agent 205%attr(0755,root,root) %{_bindir}/ssh-agent
207%attr(0755,root,root) %{_bindir}/ssh-add 206%attr(0755,root,root) %{_bindir}/ssh-add
208%attr(0755,root,root) %{_bindir}/ssh-keyscan 207%attr(0755,root,root) %{_bindir}/ssh-keyscan
@@ -214,7 +213,6 @@ rm -rf $RPM_BUILD_ROOT
214%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper 213%attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
215%attr(0644,root,root) %doc %{_mandir}/man1/scp.1* 214%attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
216%attr(0644,root,root) %doc %{_mandir}/man1/sftp.1* 215%attr(0644,root,root) %doc %{_mandir}/man1/sftp.1*
217%attr(-,root,root) %doc %{_mandir}/man1/slogin.1*
218%attr(0644,root,root) %doc %{_mandir}/man1/ssh.1* 216%attr(0644,root,root) %doc %{_mandir}/man1/ssh.1*
219%attr(0644,root,root) %doc %{_mandir}/man1/ssh-add.1* 217%attr(0644,root,root) %doc %{_mandir}/man1/ssh-add.1*
220%attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1* 218%attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*