[Logcheck-commits] [logcheck] 01/01: i.d.s/rsync: allow comma as thousands separator

Hannes von Haugwitz hvhaugwitz at moszumanska.debian.org
Sat Jan 14 10:11:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

hvhaugwitz pushed a commit to branch master
in repository logcheck.

commit f8ef065f40208b995b87d504865740cb074f8eda
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Sat Jan 14 11:05:32 2017 +0100

    i.d.s/rsync: allow comma as thousands separator
    
    LP: #1476199
---
 debian/changelog                      | 2 ++
 rulefiles/linux/ignore.d.server/rsync | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 50b0f40..ae3fee9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ logcheck (1.3.18) UNRELEASED; urgency=medium
       for the patch (closes: #703936)
   * ignore.d.server/su:
     - allow '.' and '_' in username (closes: #780441)
+  * ignore.d.server/rsync:
+    - allow comma as thousands separator (LP: #1476199)
   * debian/control:
    - add alternate dependency on cron-daemon, thanks to Felix Zielcke for the
      patch (closes: #786815)
diff --git a/rulefiles/linux/ignore.d.server/rsync b/rulefiles/linux/ignore.d.server/rsync
index 3d655f5..0a57833 100644
--- a/rulefiles/linux/ignore.d.server/rsync
+++ b/rulefiles/linux/ignore.d.server/rsync
@@ -1,6 +1,6 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsync(d?)\[[0-9]+\]: connect from [^[:space:]]+ \([0-9.]{7,15}\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: rsync (to|on) [[:alnum:]/._-]+ from [@._[:alnum:]-]+ \([0-9.]{7,15}\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: (wrote|sent) [0-9]+ bytes  (read|received) [0-9]+ bytes  total size [0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: (wrote|sent) [0-9,]+ bytes  (read|received) [0-9,]+ bytes  total size [0-9,]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: rsync error: some files could not be transferred \(code 23\) at main.c\([0-9]+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: unknown module 'pub' tried from [._[:alnum:]-]+ \([0-9.]{7,15}\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rsyncd\[[0-9]+\]: rsync error: received SIGUSR1 or SIGINT \(code 20\) at rsync.c\([0-9]+\)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/logcheck/logcheck.git



More information about the Logcheck-commits mailing list