summaryrefslogtreecommitdiffstats
path: root/stap-stop-server
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-10-26 15:20:06 -0400
committerDave Brolley <brolley@redhat.com>2009-10-26 15:20:06 -0400
commit7901b115cfa71950649621818402f625fdb83a53 (patch)
tree097c411fc83a66f90127b688b8cf57a9b910dea5 /stap-stop-server
parent09070e8a586fa1d7592f9b35c9413c6cfdc8a477 (diff)
downloadsystemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.gz
systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.tar.xz
systemtap-steved-7901b115cfa71950649621818402f625fdb83a53.zip
stap-server initscript fully functional.
Diffstat (limited to 'stap-stop-server')
-rwxr-xr-xstap-stop-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-stop-server b/stap-stop-server
index 48c8a450..8b92f4a7 100755
--- a/stap-stop-server
+++ b/stap-stop-server
@@ -22,7 +22,7 @@ fi
# Verify that it is a systemtap server
(ps -e | grep stap-serverd | grep -q $pid)
if test $? != 0; then
- echo "$pid is not a systemtap server"
+ echo "$pid is not a systemtap server" >&2
exit 1
fi