summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/svlogd.8.html4
-rw-r--r--package/CHANGES2
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 &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
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.