runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d7848dbbc29bf934af2d51d534c733a13582d6b4
parent b1b24857952c48dfc2363b674d1fa81eeade3b6c
Author: Gerrit Pape <pape@smarden.org>
Date:   Tue, 20 Jun 2006 20:43:03 +0000

html
date.

Diffstat:
Mdoc/svlogd.8.html | 4++--
Mpackage/CHANGES | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/svlogd.8.html b/doc/svlogd.8.html @@ -53,8 +53,8 @@ log files if there are already more than <i>num</i> log files. If <b>svlogd</b> is told to process recent log files, it saves <i>current</i> to @<i>timestamp.u,</i> feeds @<i>timestamp.u</i> through &lsquo;&lsquo;sh -c "<i>processor</i>"&rsquo;&rsquo; and writes the output to @<i>timestamp.t.</i> -If the <i>processor</i> finishes successfully, @<i>timestamp.u</i> is deleted and @<i>timestamp.t</i> -is renamed to @<i>timestamp.s,</i> otherwise @<i>timestamp.t</i> is deleted and the <i>processor</i> +If the <i>processor</i> finishes successfully, @<i>timestamp.t</i> is renamed to @<i>timestamp.s,</i> +and @<i>timestamp.u</i> is deleted; otherwise @<i>timestamp.t</i> is deleted and the <i>processor</i> is started again. <b>svlogd</b> also saves any output that the <i>processor</i> writes to file descriptor 5, and makes that output available on file descriptor 4 when running <i>processor</i> on the next log file rotation. <p> diff --git a/package/CHANGES b/package/CHANGES @@ -1,5 +1,5 @@ 1.6.0 - +Tue, 20 Jun 2006 20:42:05 +0000 * svlogd.c: cleanup *.t files possibly leftover by processor when interrupted by signal, also on startup (thx Andras Korn, http://bugs.debian.org/369840); 1st rename .t to .s, then remove .u.