diff options
author | fche <fche> | 2006-11-02 17:04:46 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-02 17:04:46 +0000 |
commit | 4b2c4ab54948e7fa504171baa255b4314e0a5467 (patch) | |
tree | c4f7b29313c49a9dcfb565de7b5e24e0820d450f /tapset/README | |
parent | 557fb7a82197000897baccfed1c1fd675d1111df (diff) | |
download | systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.tar.gz systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.tar.xz systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.zip |
2006-11-02 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am: Install tapset/README too.
* Makefile.in: Regenerated.
2006-11-02 Frank Ch. Eigler <fche@elastic.org>
* README: Add a blurb against running these scripts directly.
Diffstat (limited to 'tapset/README')
-rw-r--r-- | tapset/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tapset/README b/tapset/README new file mode 100644 index 00000000..d69f4223 --- /dev/null +++ b/tapset/README @@ -0,0 +1,7 @@ +Systemtap scripts under this directory are NOT meant for +direct execution. They are not sample end-user scripts, +but rather constitute the "standard library" from which +other scripts can pull in definitions from. + +For samples of end-user scripts, see the web +http://sources.redhat.com/systemtap/documentation.html |