]> git.sven.stormbind.net Git - sven/pflogsumm.git/commitdiff
Update cron samples to no longer use the outdated option names.
authorSven Hoexter <sven@stormbind.net>
Fri, 23 May 2025 09:10:15 +0000 (11:10 +0200)
committerSven Hoexter <sven@stormbind.net>
Fri, 23 May 2025 09:28:02 +0000 (11:28 +0200)
debian/changelog
debian/example/cron.daily
debian/example/cron.weekly

index 9d0a4e419fe384cf245883b9bf9ff42a881c5815..e15959ec9a5c8d16e0725388ebcb868a0ff2f2b6 100644 (file)
@@ -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 <hoexter@debian.org>  Fri, 23 May 2025 10:35:35 +0200
 
index 00663b6e18cb73ca78d36da120e944ce8a75f3ca..47c30c7da05e3a5a3b23c1b76797f198c52862f4 100644 (file)
@@ -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
index 30c67643e4dcc102edae77080b5efa8d37948a3e..03409e1a6047349e22e7cfb8d396520217a418e1 100644 (file)
@@ -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