diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-14 16:37:53 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-14 16:37:53 -0500 |
commit | 61b21980212779b5a35f6a196842bdca55a3ced6 (patch) | |
tree | 65b413e6f82aa0c15fb16925da8807b44f517c45 | |
parent | 829fc0c4d710bb6358137096ea957609c83d969e (diff) | |
download | systemtap-steved-61b21980212779b5a35f6a196842bdca55a3ced6.tar.gz systemtap-steved-61b21980212779b5a35f6a196842bdca55a3ced6.tar.xz systemtap-steved-61b21980212779b5a35f6a196842bdca55a3ced6.zip |
Suppress output from stap-gen-cert when installing the systemtap-server package.
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index 29ff7067..c0cddbb5 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -316,7 +316,7 @@ test -e /usr/share/systemtap/runtime/uprobes || mkdir -p /usr/share/systemtap/ru chgrp stap-server /usr/share/systemtap/runtime/uprobes chmod 775 /usr/share/systemtap/runtime/uprobes # As stap-server, generate the certificate used for signing and for ssl. -runuser -s /bin/sh - stap-server -c %{_bindir}/stap-gen-cert +runuser -s /bin/sh - stap-server -c %{_bindir}/stap-gen-cert >/dev/null # Authorize the certificate as a trusted ssl peer and as a trusted signer # local host. %{_bindir}/stap-authorize-server-cert %{_localstatedir}/lib/stap-server/.systemtap/ssl/server/stap.cert |