From f0a917e2f7854fdc9be3c47611e9aca2d94086a6 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 13 Sep 2006 22:46:45 +0000 Subject: 2006-09-13 Martin Hunt * buildrun.cxx (run_pass): Remove "-r" option to stpd. --- buildrun.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 4c869fa2..0062abea 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -128,7 +128,6 @@ run_pass (systemtap_session& s) // for now, just spawn stpd string stpd_cmd = string("sudo ") + string(PKGLIBDIR) + "/stpd " - + (s.bulk_mode ? "" : "-r ") + (s.verbose>1 ? "" : "-q ") + (s.merge ? "" : "-m ") + "-u " + username + " " -- cgit