]> sourceware.org Git - systemtap.git/commitdiff
2006-09-26 David Smith <dsmith@redhat.com>
authordsmith <dsmith>
Tue, 26 Sep 2006 21:37:02 +0000 (21:37 +0000)
committerdsmith <dsmith>
Tue, 26 Sep 2006 21:37:02 +0000 (21:37 +0000)
* test/run.sh: Changed 'stpd' references to 'staprun'.

tapset/ChangeLog
tapset/test/run.sh

index ba79be660912b126af2f4cde855cf94b93c7390a..851d059e937f5c8a98d059b847d657f33c54550c 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-26  David Smith  <dsmith@redhat.com>
+
+       * test/run.sh: Changed 'stpd' references to 'staprun'.
+
 2006-09-20  Josh Stone  <joshua.i.stone@intel.com>
 
        PR 3233
index c842c72d4edcc71f1224ec2147b4a4cd0f606184..fd43591b0d3f2a229e6094a58d4693bab0d49b93 100755 (executable)
@@ -46,9 +46,9 @@ function spiteven {
 trap got_trap 1 2 3 6
 function got_trap {
    echo -e "\nGot signaled. Cleaning up...\n"
-   if [ `ps -A|grep stpd|sed 's/^[ ^t]*//'|cut -d" " -f1 | wc -l` -gt 0 ]
+   if [ `ps -A|grep staprun|sed 's/^[ ^t]*//'|cut -d" " -f1 | wc -l` -gt 0 ]
    then
-      kill `ps -A|grep stpd|sed 's/^[ ^t]*//'|cut -d" " -f1`
+      kill `ps -A|grep staprun|sed 's/^[ ^t]*//'|cut -d" " -f1`
    fi
    if [ `ps -A|grep stap|sed 's/^[ ^t]*//'|cut -d" " -f1 | wc -l` -gt 0 ]
    then
@@ -132,7 +132,7 @@ do
    pid=""; ast=""
    while [[ "$pid" == "" || "$ast" == "" ]]
    do
-      pid=`ps|grep stpd|sed 's/^[ ^t]*//'|cut -d" " -f1`
+      pid=`ps|grep staprun|sed 's/^[ ^t]*//'|cut -d" " -f1`
       ast=`ps|grep stap|sed 's/^[ ^t]*//'|cut -d" " -f1`
       sleep 1
    done
This page took 0.031694 seconds and 5 git commands to generate.