]> sourceware.org Git - systemtap.git/commitdiff
Redirect stap-serverd output to /dev/null.
authorDave Brolley <brolley@redhat.com>
Tue, 3 Nov 2009 19:27:12 +0000 (14:27 -0500)
committerDave Brolley <brolley@redhat.com>
Tue, 3 Nov 2009 19:27:12 +0000 (14:27 -0500)
stap-start-server

index e43a4cdfe7296a6a4dff792a06a8ea617446ae08..ab78fc09e4bf56669c1f322b86d2f2e85af80def 100755 (executable)
@@ -17,7 +17,7 @@
 startup_timeout=20
 
 # start the server
-${stap_exec_prefix}stap-serverd "$@" </dev/null &
+${stap_exec_prefix}stap-serverd "$@" </dev/null >/dev/null 2>&1 &
 server_pid=$!
 
 # Make sure the server is started
This page took 0.025621 seconds and 5 git commands to generate.