From d0e3949ee4f5547e89c9be5976a246d3114f73bc Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Fri, 23 May 2025 11:10:15 +0200 Subject: [PATCH] Update cron samples to no longer use the outdated option names. --- debian/changelog | 1 + debian/example/cron.daily | 2 +- debian/example/cron.weekly | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d0a4e4..e15959e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ pflogsumm (1.1.6-1) UNRELEASED; urgency=medium * Bump Standards-Version to 4.7.2, no changes required. * Update debian/copyright, remove years for my own copyright. * Add upstream gpg signing key. + * Update cron samples to no longer use the outdated option names. -- Sven Hoexter Fri, 23 May 2025 10:35:35 +0200 diff --git a/debian/example/cron.daily b/debian/example/cron.daily index 00663b6..47c30c7 100644 --- a/debian/example/cron.daily +++ b/debian/example/cron.daily @@ -6,5 +6,5 @@ # if [ -x /usr/sbin/pflogsumm ]; then - /usr/sbin/pflogsumm -d yesterday --problems_first /var/log/mail.log + /usr/sbin/pflogsumm -d yesterday --problems-first /var/log/mail.log fi diff --git a/debian/example/cron.weekly b/debian/example/cron.weekly index 30c6764..03409e1 100644 --- a/debian/example/cron.weekly +++ b/debian/example/cron.weekly @@ -6,5 +6,5 @@ # if [ -x /usr/sbin/pflogsumm ]; then - /usr/sbin/pflogsumm --problems_first /var/log/mail.log* + /usr/sbin/pflogsumm --problems-first /var/log/mail.log* fi -- 2.39.5