diff options
author | Gerrit Pape <pape@smarden.org> | 2006-06-20 20:43:03 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-06-20 20:43:03 +0000 |
commit | a8be165c760177a0164f92d22d6af6e3a8145425 (patch) | |
tree | fc54ddece09ca62b45ca965fe5f8908f1cd6624d | |
parent | 21cb7d233458d4c4cf73f8c38977627159209a20 (diff) | |
download | runit-a8be165c760177a0164f92d22d6af6e3a8145425.tar.gz runit-a8be165c760177a0164f92d22d6af6e3a8145425.tar.xz runit-a8be165c760177a0164f92d22d6af6e3a8145425.zip |
html
date.
-rw-r--r-- | doc/svlogd.8.html | 4 | ||||
-rw-r--r-- | package/CHANGES | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/svlogd.8.html b/doc/svlogd.8.html index 196059a..39618b0 100644 --- 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 ‘‘sh -c "<i>processor</i>"’’ 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 index 939f831..acca84d 100644 --- 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. |