]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- ssh-keysign(8) man makes no sense without ssh-keysign helper
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 May 2003 22:13:54 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (maybe place them into separate subpackage? but not by default)

Changed files:
    openssh.spec -> 1.150

openssh.spec

index 131a47a906cc1805b7612591829ebb45af4515b4..7848cbc8fbee32f713a334ce51f3ffc941819069 100644 (file)
@@ -500,7 +500,10 @@ fi
 %{_mandir}/man1/ssh-agent.1*
 %{_mandir}/man1/ssh-add.1*
 %{_mandir}/man5/ssh_config.5*
-%{_mandir}/man8/ssh-keysign.8*
+
+# for host-based auth (suid required for accessing private host key)
+#%attr(4755,root,root) %{_libexecdir}/ssh-keysign
+#%{_mandir}/man8/ssh-keysign.8*
 
 %files server
 %defattr(644,root,root,755)
This page took 0.043178 seconds and 4 git commands to generate.