summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-10-01 20:19:17 +0200
committerErich Eckner <git@eckner.net>2023-10-01 20:19:17 +0200
commit248e31233aabbf07670a0995341fda667f900a23 (patch)
treebe9b3cca3e1486571aa98cbf87680a7cfbe25269
parentc93406c943a30593997ce5305f8464b964a71769 (diff)
downloadlogwatch-overrides-248e31233aabbf07670a0995341fda667f900a23.tar.xz
cron: ignore update-ddns entries
-rw-r--r--cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron b/cron
index 85ff4d6..8f55c38 100644
--- a/cron
+++ b/cron
@@ -25,6 +25,7 @@ $BFMFile = 0;
while (defined($ThisLine = <STDIN>)) {
chomp($ThisLine);
if (
+ ($ThisLine =~ /CMDOUT \(updated ips for domain /) or
($ThisLine =~ /Updated timestamp for job/) or
($ThisLine =~ /INFO \(pidfile fd = \d+\)/) or
($ThisLine =~ /rsyncd/) or