]> sourceware.org Git - systemtap.git/commitdiff
Suppress stdout output of stap-authorize-cert.
authorDave Brolley <brolley@redhat.com>
Wed, 15 Sep 2010 16:17:41 +0000 (12:17 -0400)
committerDave Brolley <brolley@redhat.com>
Thu, 16 Sep 2010 15:20:42 +0000 (11:20 -0400)
systemtap.spec

index 200844617726b1d567cd1a66c1e04b8738499160..0c5efdca40500e3cd28001dd8ff6d52211ccd8c0 100644 (file)
@@ -340,8 +340,8 @@ if test ! -e ~stap-server/.systemtap/ssl/server/stap.cert; then
    runuser -s /bin/sh - stap-server -c %{_libexecdir}/%{name}/stap-gen-cert >/dev/null
    # Authorize the certificate as a trusted ssl peer and as a trusted signer
    # on the local host.
-   %{_libexecdir}/%{name}/stap-authorize-cert ~stap-server/.systemtap/ssl/server/stap.cert %{_sysconfdir}/systemtap/ssl/client
-   %{_libexecdir}/%{name}/stap-authorize-cert ~stap-server/.systemtap/ssl/server/stap.cert %{_sysconfdir}/systemtap/staprun
+   %{_libexecdir}/%{name}/stap-authorize-cert ~stap-server/.systemtap/ssl/server/stap.cert %{_sysconfdir}/systemtap/ssl/client >/dev/null
+   %{_libexecdir}/%{name}/stap-authorize-cert ~stap-server/.systemtap/ssl/server/stap.cert %{_sysconfdir}/systemtap/staprun >/dev/null
 fi
 
 # Activate the service
This page took 0.026518 seconds and 5 git commands to generate.