summaryrefslogtreecommitdiffstats
path: root/stap-find-servers
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-09-18 18:17:15 -0400
committerDave Brolley <brolley@redhat.com>2009-09-18 18:17:15 -0400
commita6a2869a0f4f784bab36410722f6161eab0f4503 (patch)
tree251da07c5e0741499401fc55eaf353f57a4062f4 /stap-find-servers
parentf6efd18a0bcae7697651f794fd2d2ebcf66faf62 (diff)
downloadsystemtap-steved-a6a2869a0f4f784bab36410722f6161eab0f4503.tar.gz
systemtap-steved-a6a2869a0f4f784bab36410722f6161eab0f4503.tar.xz
systemtap-steved-a6a2869a0f4f784bab36410722f6161eab0f4503.zip
stap-start-server(->stap-serverd) now accept -r -R -I -B and -a options for cross compilation.
Server correctly advertises itself wrt -r and -a. Fix bug in stap-server: fatal function was potentially recursive.
Diffstat (limited to 'stap-find-servers')
-rwxr-xr-xstap-find-servers2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-find-servers b/stap-find-servers
index 5b00e51e..8eda71e8 100755
--- a/stap-find-servers
+++ b/stap-find-servers
@@ -140,7 +140,7 @@ function match_server {
function client_sysinfo {
if test "X$sysinfo_client" = "X"; then
# Add some info from uname
- sysinfo_client="`uname -rvm`"
+ sysinfo_client="`uname -r` `get_arch`"
fi
echo sysinfo=$sysinfo_client
}