Displaying 1 result from an estimated 1 matches for "leermann".
Did you mean:
beermann
2006 Jan 10
0
Remove trailing whitespace (Patch)
...time because there was a space character at the end of
an ignore line. I wrote a small patch which removes all whitespace
at the end of all ignore lines.
Patch is attached.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: niemand.leermann at thomas-guettler.de
-------------- next part --------------
--- logcheck_1.2.42 2006-01-10 21:08:40.000000000 +0100
+++ logcheck 2006-01-10 21:18:06.000000000 +0100
@@ -212,8 +212,9 @@
if [ -f ${dir}/${rulefile} ]; then
debug "cleanrules: ${dir}/${rulefile}"
# pipe to cat o...