From a6a2869a0f4f784bab36410722f6161eab0f4503 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 18 Sep 2009 18:17:15 -0400 Subject: 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. --- stap-find-servers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stap-find-servers') 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 } -- cgit