From 5807ac6473b47074cd90f93f5b1b3c3eb452fed9 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 3 Nov 2009 16:29:06 -0500 Subject: Add NEWS entry for stap-server initscript. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 21ab8e41..ef3481fd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ * What's new +- The stap-server initscript is available. This initscript allows you to + start systemtap compile servers as a system service and to manage + these servers as a group or individually. + See initscript/README.stap-server for details. + - Any output line that starts with "ERROR", as in error("foo"), will promote a "Pass 5: run failed", and the return code is 1. -- cgit