]> sourceware.org Git - systemtap.git/commitdiff
PR12890 con't: Added news and man page entry
authorChris Meek <cmeek@redhat.com>
Wed, 13 Jul 2011 17:26:35 +0000 (13:26 -0400)
committerChris Meek <cmeek@redhat.com>
Wed, 13 Jul 2011 17:28:05 +0000 (13:28 -0400)
NEWS
runtime/staprun/staprun.8

diff --git a/NEWS b/NEWS
index 53477e47f5f8349dd849fe72486749606369abc5..2e18c11e4ffb49813b9aa7b275f728b554c2a6f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 * What's new in version 1.6
 
+- Staprun can now rename the module to a unique name with the '-R' option before 
+  inserting it. Systemtap itself will also call staprun with '-R' by default. 
+  This allows the same module to be inserted more than once, without conflicting 
+  duplicate names.
+
 - Systemtap error messages now provide feedback when staprun or any other
   process fails to launch.  This also specifically covers when the user 
   doesn't have the proper permissions to launch staprun.
index e20b80a38d94ca762d851c06d7200da47b76e6bb..0fb1154ac0663c6493b8777abb779e4c97a2a86e 100644 (file)
@@ -87,6 +87,9 @@ the user has permission to access will be deleted. Use "*"
 .BI \-D
 Run staprun in background as a daemon and show it's pid.
 .TP
+.B \-R
+Rename the module to a unique name before inserting it.
+.TP
 .BI \-S " size[,N]"
 Sets the maximum size of output file and the maximum number of output files.
 If the size of output file will exceed
This page took 0.035625 seconds and 5 git commands to generate.