diff options
author | Roy Marples <roy@marples.name> | 2007-04-25 12:30:24 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-25 12:30:24 +0000 |
commit | dfc208bd25288dd09d531f3e0665274bb9cf2998 (patch) | |
tree | e3253e1b287969e4abf72441894b53f17bbdc49e /ChangeLog | |
parent | ae32cbdd4b863fbe707981f85c19e04b1faecf6c (diff) |
We now have an alternative to buffering stdout and stderr.
RC_PREFIX="yes" will put the service name as a prefix to all output
made by the service. Thanks to Ciaran McCreesh for the idea.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 + 25 Apr 2007; Roy Marples <uberlord@gentoo.org>: + + We now have an alternative to buffering stdout and stderr. + RC_PREFIX="yes" will put the service name as a prefix to all output + made by the service. Thanks to Ciaran McCreesh for the idea. + 24 Apr 2007; Roy Marples <uberlord@gentoo.org>: We now buffer stdout and stderr to a file and flush that when running in |