summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--buildrun.cxx1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 56586f06..90833b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-13 Martin Hunt <hunt@redhat.com>
+
+ * buildrun.cxx (run_pass): Remove "-r" option to stpd.
+
2006-09-13 Will Cohen <wcohen@redhat.com>
* tapsets.cxx (perfmon_derived_probe_group::emit_module_init):
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 + " "