diff options
author | hunt <hunt> | 2006-09-18 16:55:01 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-09-18 16:55:01 +0000 |
commit | 1cb28d0992e3f5d3a91daeb3f7ff8991f41b68ed (patch) | |
tree | f24e9f9ba28f4fbdce038310fcb17376e2c39595 /buildrun.cxx | |
parent | 5b2bb5eb687441555f28f336f22d283e41d079fa (diff) | |
download | systemtap-steved-1cb28d0992e3f5d3a91daeb3f7ff8991f41b68ed.tar.gz systemtap-steved-1cb28d0992e3f5d3a91daeb3f7ff8991f41b68ed.tar.xz systemtap-steved-1cb28d0992e3f5d3a91daeb3f7ff8991f41b68ed.zip |
2006-09-18 Martin Hunt <hunt@redhat.com>
* buildrun.cxx (run_pass): Remove "-m" option to stpd.
* translate.cxx (translate_pass): #define STP_RELAYFS_MERGE
if appropriate.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 0062abea..1c21d1c5 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -129,7 +129,6 @@ run_pass (systemtap_session& s) string stpd_cmd = string("sudo ") + string(PKGLIBDIR) + "/stpd " + (s.verbose>1 ? "" : "-q ") - + (s.merge ? "" : "-m ") + "-u " + username + " " + (s.output_file.empty() ? "" : "-o " + s.output_file + " "); |