diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
commit | 9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba (patch) | |
tree | eee895a1ac6b4a94f268647b031708fc17e102dc /NEWS | |
parent | 255b5e73f14c9fc72e5566edf595ab8df184f14f (diff) | |
download | systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.gz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.xz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.zip |
PR6936: Add systemtap initscript and systemtap-initscript subpackage.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ * What's new +- Systemtap initscript is available. This initscript allows you to run + systemtap scripts as system services (in flight recorder mode) and + control those scripts individually. + See README.initscript for details. + - The stap "-r DIR" option may be used to identify a hand-made kernel build directory. The tool determines the appropriate release string automatically from the directory. |