+pflogsumm (1.1.6-1) experimental; urgency=medium
+
+ This release moves pflogsumm to /usr/bin. Existing cron jobs
+ and scripts, which do not rely on the PATH variable, require
+ a manual adjustment.
+
+ -- Sven Hoexter <hoexter@debian.org> Fri, 23 May 2025 11:37:06 +0200
+
pflogsumm (1.1.3-2) unstable; urgency=low
This release removes the old '.pl' compatibility symlinks. If your
Supports space padded single digit days (Closes: #1068425).
* Remove all patches, thanks to Jim for applying all of them
upstream.
+ * Move pflogsumm to /usr/bin, there is no reason to be in sbin.
* Drop README.Debian, the .pl extension is now officially gone.
* Shorten debian/rules and use a debian/install file instead.
* Bump Standards-Version to 4.7.2, no changes required.
# This script analyses the logfile for statistics and problems.
#
-if [ -x /usr/sbin/pflogsumm ]; then
- /usr/sbin/pflogsumm -d yesterday --problems-first /var/log/mail.log
+if [ -x /usr/bin/pflogsumm ]; then
+ /usr/bin/pflogsumm -d yesterday --problems-first /var/log/mail.log
fi
# This script analyses the logfile for statistics and problems.
#
-if [ -x /usr/sbin/pflogsumm ]; then
- /usr/sbin/pflogsumm --problems-first /var/log/mail.log*
+if [ -x /usr/bin/pflogsumm ]; then
+ /usr/bin/pflogsumm --problems-first /var/log/mail.log*
fi
-pflogsumm usr/sbin
\ No newline at end of file
+pflogsumm usr/bin
\ No newline at end of file