diff options
author | Dave Brolley <brolley@redhat.com> | 2009-10-26 15:20:06 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-10-26 15:20:06 -0400 |
commit | 7901b115cfa71950649621818402f625fdb83a53 (patch) | |
tree | 097c411fc83a66f90127b688b8cf57a9b910dea5 /stap-stop-server | |
parent | 09070e8a586fa1d7592f9b35c9413c6cfdc8a477 (diff) | |
download | systemtap-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-x | stap-stop-server | 2 |
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 |