From 62c977f56244d133a4723f29345f31f512931c3b Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 4 Feb 2009 15:17:09 +0100 Subject: Mention run-stap in NEWS. --- ChangeLog | 4 ++++ NEWS | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b7b39f2..358518a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Mark Wielaard + + * NEWS: Mention run-stap. + 2009-02-04 Mark Wielaard * NEWS: Add Beginner Guide. diff --git a/NEWS b/NEWS index 45f93c8d..c742a999 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,13 @@ * What's new -- Systemtap now comes with a new Beginners Guide that walks the user - through their first steps setting up stap, understanding how it all +- For those that really want to run stap from the build tree there is + now the 'run-stap' script in the top-level build directory that sets + up the SYSTEMTAP_TAPSET, SYSTEMTAP_RUNTIME, SYSTEMTAP_STAPRUN, and + SYSTEMTAP_STAPIO environment variables (installing systemtap, in a + local prefix, is still recommended for common use). + +- Systemtap now comes with a new Beginners Guide that walks the user + through their first steps setting up stap, understanding how it all works, introduces some useful scripts and describes some common pitfalls. It isn't created by default since it needs a Publican setup, but full build instructions can be found in the wiki: -- cgit